Lines Matching refs:VLINE
72 VLINE(Uint16, DRAW_SETPIXEL_BLEND_RGB, draw_end); in SDL_BlendLine_RGB2()
75 VLINE(Uint16, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB2()
78 VLINE(Uint16, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB2()
81 VLINE(Uint16, DRAW_SETPIXEL_MUL_RGB, draw_end); in SDL_BlendLine_RGB2()
84 VLINE(Uint16, DRAW_SETPIXEL_RGB, draw_end); in SDL_BlendLine_RGB2()
177 VLINE(Uint16, DRAW_SETPIXEL_BLEND_RGB555, draw_end); in SDL_BlendLine_RGB555()
180 VLINE(Uint16, DRAW_SETPIXEL_ADD_RGB555, draw_end); in SDL_BlendLine_RGB555()
183 VLINE(Uint16, DRAW_SETPIXEL_MOD_RGB555, draw_end); in SDL_BlendLine_RGB555()
186 VLINE(Uint16, DRAW_SETPIXEL_MUL_RGB555, draw_end); in SDL_BlendLine_RGB555()
189 VLINE(Uint16, DRAW_SETPIXEL_RGB555, draw_end); in SDL_BlendLine_RGB555()
282 VLINE(Uint16, DRAW_SETPIXEL_BLEND_RGB565, draw_end); in SDL_BlendLine_RGB565()
285 VLINE(Uint16, DRAW_SETPIXEL_ADD_RGB565, draw_end); in SDL_BlendLine_RGB565()
288 VLINE(Uint16, DRAW_SETPIXEL_MOD_RGB565, draw_end); in SDL_BlendLine_RGB565()
291 VLINE(Uint16, DRAW_SETPIXEL_MUL_RGB565, draw_end); in SDL_BlendLine_RGB565()
294 VLINE(Uint16, DRAW_SETPIXEL_RGB565, draw_end); in SDL_BlendLine_RGB565()
388 VLINE(Uint32, DRAW_SETPIXEL_BLEND_RGB, draw_end); in SDL_BlendLine_RGB4()
391 VLINE(Uint32, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB4()
394 VLINE(Uint32, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB4()
397 VLINE(Uint32, DRAW_SETPIXEL_MUL_RGB, draw_end); in SDL_BlendLine_RGB4()
400 VLINE(Uint32, DRAW_SETPIXEL_RGB, draw_end); in SDL_BlendLine_RGB4()
494 VLINE(Uint32, DRAW_SETPIXEL_BLEND_RGBA, draw_end); in SDL_BlendLine_RGBA4()
497 VLINE(Uint32, DRAW_SETPIXEL_ADD_RGBA, draw_end); in SDL_BlendLine_RGBA4()
500 VLINE(Uint32, DRAW_SETPIXEL_MOD_RGBA, draw_end); in SDL_BlendLine_RGBA4()
503 VLINE(Uint32, DRAW_SETPIXEL_MUL_RGBA, draw_end); in SDL_BlendLine_RGBA4()
506 VLINE(Uint32, DRAW_SETPIXEL_RGBA, draw_end); in SDL_BlendLine_RGBA4()
599 VLINE(Uint32, DRAW_SETPIXEL_BLEND_RGB888, draw_end); in SDL_BlendLine_RGB888()
602 VLINE(Uint32, DRAW_SETPIXEL_ADD_RGB888, draw_end); in SDL_BlendLine_RGB888()
605 VLINE(Uint32, DRAW_SETPIXEL_MOD_RGB888, draw_end); in SDL_BlendLine_RGB888()
608 VLINE(Uint32, DRAW_SETPIXEL_MUL_RGB888, draw_end); in SDL_BlendLine_RGB888()
611 VLINE(Uint32, DRAW_SETPIXEL_RGB888, draw_end); in SDL_BlendLine_RGB888()
704 VLINE(Uint32, DRAW_SETPIXEL_BLEND_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888()
707 VLINE(Uint32, DRAW_SETPIXEL_ADD_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888()
710 VLINE(Uint32, DRAW_SETPIXEL_MOD_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888()
713 VLINE(Uint32, DRAW_SETPIXEL_MUL_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888()
716 VLINE(Uint32, DRAW_SETPIXEL_ARGB8888, draw_end); in SDL_BlendLine_ARGB8888()