Home
last modified time | relevance | path

Searched defs:draw_end (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_drawline.c32 SDL_bool draw_end) in SDL_DrawLine1()
60 SDL_bool draw_end) in SDL_DrawLine2()
90 SDL_bool draw_end) in SDL_DrawLine4()
172 SDL_bool draw_end; in SDL_DrawLines() local
DSDL_blendline.c33 SDL_bool draw_end) in SDL_BlendLine_RGB2()
125 SDL_bool draw_end) in SDL_BlendLine_RGB555()
216 SDL_bool draw_end) in SDL_BlendLine_RGB565()
307 SDL_bool draw_end) in SDL_BlendLine_RGB4()
399 SDL_bool draw_end) in SDL_BlendLine_RGBA4()
491 SDL_bool draw_end) in SDL_BlendLine_RGB888()
582 SDL_bool draw_end) in SDL_BlendLine_ARGB8888()
739 SDL_bool draw_end; in SDL_BlendLines() local
DSDL_draw.h296 #define HLINE(type, op, draw_end) \ argument
318 #define VLINE(type, op, draw_end) \ argument
340 #define DLINE(type, op, draw_end) \ argument
375 #define BLINE(x1, y1, x2, y2, op, draw_end) \ argument
435 #define WULINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
544 #define AALINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
547 #define AALINE(x1, y1, x2, y2, opaque_op, blend_op, draw_end) \ argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c319 boolean draw_end; in try_setup_line() local