EVG_Span          142 modules/soft_raster/ftgrays.c 	EVG_Span gray_spans[FT_MAX_GRAY_SPANS];
EVG_Span          601 modules/soft_raster/ftgrays.c 	EVG_Span*   span;
EVG_Span           96 modules/soft_raster/rast_soft.h typedef void (*EVG_SpanFunc)(int y, int count, EVG_Span *spans, void *user);
EVG_Span          303 modules/soft_raster/rast_soft.h void evg_bgra_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          304 modules/soft_raster/rast_soft.h void evg_bgra_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          305 modules/soft_raster/rast_soft.h void evg_bgra_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          308 modules/soft_raster/rast_soft.h void evg_rgba_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          309 modules/soft_raster/rast_soft.h void evg_rgba_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          310 modules/soft_raster/rast_soft.h void evg_rgba_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          311 modules/soft_raster/rast_soft.h void evg_rgba_fill_erase(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          314 modules/soft_raster/rast_soft.h void evg_bgrx_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          315 modules/soft_raster/rast_soft.h void evg_bgrx_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          316 modules/soft_raster/rast_soft.h void evg_bgrx_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          318 modules/soft_raster/rast_soft.h void evg_rgbx_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          319 modules/soft_raster/rast_soft.h void evg_rgbx_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          320 modules/soft_raster/rast_soft.h void evg_rgbx_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          323 modules/soft_raster/rast_soft.h void evg_rgb_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          324 modules/soft_raster/rast_soft.h void evg_rgb_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          325 modules/soft_raster/rast_soft.h void evg_rgb_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          328 modules/soft_raster/rast_soft.h void evg_bgr_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          329 modules/soft_raster/rast_soft.h void evg_bgr_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          330 modules/soft_raster/rast_soft.h void evg_bgr_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          333 modules/soft_raster/rast_soft.h void evg_565_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          334 modules/soft_raster/rast_soft.h void evg_565_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          335 modules/soft_raster/rast_soft.h void evg_565_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          339 modules/soft_raster/rast_soft.h void evg_444_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          340 modules/soft_raster/rast_soft.h void evg_444_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          341 modules/soft_raster/rast_soft.h void evg_444_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          346 modules/soft_raster/rast_soft.h void evg_555_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          347 modules/soft_raster/rast_soft.h void evg_555_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          348 modules/soft_raster/rast_soft.h void evg_555_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          352 modules/soft_raster/rast_soft.h void evg_user_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          353 modules/soft_raster/rast_soft.h void evg_user_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span          354 modules/soft_raster/rast_soft.h void evg_user_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf);
EVG_Span           90 modules/soft_raster/raster_565.c void evg_565_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          118 modules/soft_raster/raster_565.c void evg_565_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          135 modules/soft_raster/raster_565.c void evg_565_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          239 modules/soft_raster/raster_565.c void evg_555_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          267 modules/soft_raster/raster_565.c void evg_555_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          286 modules/soft_raster/raster_565.c void evg_555_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          393 modules/soft_raster/raster_565.c void evg_444_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          421 modules/soft_raster/raster_565.c void evg_444_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          440 modules/soft_raster/raster_565.c void evg_444_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span           95 modules/soft_raster/raster_argb.c void evg_bgra_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          129 modules/soft_raster/raster_argb.c void evg_bgra_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          146 modules/soft_raster/raster_argb.c void evg_bgra_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          265 modules/soft_raster/raster_argb.c void evg_bgrx_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          298 modules/soft_raster/raster_argb.c void evg_bgrx_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          315 modules/soft_raster/raster_argb.c void evg_bgrx_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          387 modules/soft_raster/raster_argb.c void evg_rgbx_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          421 modules/soft_raster/raster_argb.c void evg_rgbx_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          438 modules/soft_raster/raster_argb.c void evg_rgbx_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          590 modules/soft_raster/raster_argb.c void evg_rgba_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          612 modules/soft_raster/raster_argb.c void evg_rgba_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          628 modules/soft_raster/raster_argb.c void evg_rgba_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          653 modules/soft_raster/raster_argb.c void evg_rgba_fill_erase(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span           77 modules/soft_raster/raster_rgb.c void evg_rgb_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          110 modules/soft_raster/raster_rgb.c void evg_rgb_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          126 modules/soft_raster/raster_rgb.c void evg_rgb_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          229 modules/soft_raster/raster_rgb.c void evg_bgr_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          262 modules/soft_raster/raster_rgb.c void evg_bgr_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          279 modules/soft_raster/raster_rgb.c void evg_bgr_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          346 modules/soft_raster/raster_rgb.c void evg_user_fill_const(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          362 modules/soft_raster/raster_rgb.c void evg_user_fill_const_a(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)
EVG_Span          374 modules/soft_raster/raster_rgb.c void evg_user_fill_var(s32 y, s32 count, EVG_Span *spans, EVGSurface *surf)