| /GUIX-v6.2.1/common/src/ |
| D | gx_display_driver_generic_aliased_line_draw.c | 85 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_line_draw() local 125 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_line_draw() 140 blend_func(context, xstart, ystart, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 151 blend_func(context, xend, yend, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 162 blend_func(context, xstart, yend, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 173 blend_func(context, xend, ystart, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 219 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_line_draw() 220 blend_func(context, curx, cury + y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_line_draw() 223 blend_func(context, nextx, nexty, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_line_draw() 224 blend_func(context, nextx, nexty - y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_line_draw() [all …]
|
| D | gx_display_driver_generic_alphamap_draw.c | 86 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_generic_alphamap_raw_alpha_draw() local 91 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_alphamap_raw_alpha_draw() 93 if (blend_func == GX_NULL) in _gx_display_driver_generic_alphamap_raw_alpha_draw() 112 blend_func(context, xval, yval, fill_color, combined_alpha); in _gx_display_driver_generic_alphamap_raw_alpha_draw() 174 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_generic_alphamap_compressed_alpha_draw() local 179 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_alphamap_compressed_alpha_draw() 181 if (blend_func == GX_NULL) in _gx_display_driver_generic_alphamap_compressed_alpha_draw() 239 blend_func(context, xval, yval, fill_color, combined_alpha); in _gx_display_driver_generic_alphamap_compressed_alpha_draw() 254 blend_func(context, xval, yval, fill_color, combined_alpha); in _gx_display_driver_generic_alphamap_compressed_alpha_draw() 318 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_generic_alphamap_raw_draw() local [all …]
|
| D | gx_display_driver_4444argb_horizontal_pixelmap_line_draw.c | 88 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alp… in _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_blend() local 91 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_blend() 93 if (blend_func == GX_NULL) in _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_blend() 114 blend_func(context, xval, y, color, alpha); in _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_blend() 183 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alp… in _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_blend() local 186 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_blend() 188 if (blend_func == GX_NULL) in _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_blend() 204 blend_func(context, xval, y, *(get + offset), alpha); in _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_blend() 275 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alp… in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend() local 278 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend() [all …]
|
| D | gx_display_driver_565rgb_horizontal_pixelmap_line_draw.c | 91 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE ba… in _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_blend() local 93 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_blend() 94 if (blend_func == GX_NULL) in _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_blend() 113 blend_func(context, xval, y, pixel, alpha); in _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_blend() 187 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE a… in _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_blend() local 189 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_blend() 190 if (blend_func == GX_NULL) in _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_blend() 216 blend_func(context, xval, y, color, combined_alpha); in _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_blend() 288 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE al… in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend() local 290 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend() [all …]
|
| D | gx_display_driver_8bpp_horizontal_pixelmap_line_draw.c | 87 VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE); in _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_blend() local 91 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_blend() 92 if (blend_func == GX_NULL) in _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_blend() 109 blend_func(context, xval, y, *(get + offset), alpha); in _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_blend() 178 VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE); in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend() local 181 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend() 182 if (blend_func == GX_NULL) in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend() 212 blend_func(context, xval, y, pixel, alpha); in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend() 225 blend_func(context, xval, y, pixel, alpha); in _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend() 318 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE a… in _gx_display_driver_8bpp_horizontal_pixelmap_line_alpha_blend() local [all …]
|
| D | gx_display_driver_generic_glyph_4bpp_draw.c | 91 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alpha); in _gx_display_driver_generic_glyph_4bit_draw() local 130 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_glyph_4bit_draw() 154 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 170 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 182 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 198 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 224 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 241 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 254 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw() 271 blend_func(context, in _gx_display_driver_generic_glyph_4bit_draw()
|
| D | gx_display_driver_generic_rotated_glyph_4bit_draw.c | 88 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alpha); in _gx_display_driver_generic_rotated_glyph_4bit_draw() local 141 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_glyph_4bit_draw() 165 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 181 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 193 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 209 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 235 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 252 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 265 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw() 282 blend_func(context, in _gx_display_driver_generic_rotated_glyph_4bit_draw()
|
| D | gx_display_driver_simple_line_alpha_draw.c | 103 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha); in _gx_display_driver_simple_line_alpha_draw() local 105 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_simple_line_alpha_draw() 107 if (blend_func == GX_NULL) in _gx_display_driver_simple_line_alpha_draw() 176 blend_func(context, curx, cury, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() 202 blend_func(context, nextx, nexty, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() 231 blend_func(context, nextx, nexty, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() 259 blend_func(context, curx, cury, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() 309 blend_func(context, curx, cury, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() 356 blend_func(context, curx, cury, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() 380 blend_func(context, curx, cury, linecolor, alpha); in _gx_display_driver_simple_line_alpha_draw() [all …]
|
| D | gx_display_driver_8bpp_pixelmap_blend.c | 86 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_8bpp_pixelmap_raw_blend() local 88 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_8bpp_pixelmap_raw_blend() 89 if (!blend_func) in _gx_display_driver_8bpp_pixelmap_raw_blend() 102 blend_func(context, xval, yval, pixel, alpha); in _gx_display_driver_8bpp_pixelmap_raw_blend() 166 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_8bpp_pixelmap_alpha_blend() local 169 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_8bpp_pixelmap_alpha_blend() 170 if (GX_NULL == blend_func) in _gx_display_driver_8bpp_pixelmap_alpha_blend() 197 blend_func(context, xval, yval, pixel, (GX_UBYTE)combined_alpha); in _gx_display_driver_8bpp_pixelmap_alpha_blend()
|
| D | gx_display_driver_generic_aliased_circle_draw.c | 94 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_circle_draw() local 113 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_circle_draw() 115 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_circle_draw() 140 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_circle_draw() 147 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_circle_draw() 155 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_circle_draw() 162 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_circle_draw() 190 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_circle_draw()
|
| D | gx_display_driver_32bpp_rotated_pixelmap_blend.c | 84 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend() local 86 …GX_SET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_for… in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend() 116 blend_func(context, xval, yval, (*get++), alpha); in _gx_display_driver_32bpp_rotated_pixelmap_raw_blend() 181 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend() local 183 …GX_SET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_for… in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend() 225 blend_func(context, xval, yval, color, (GX_UBYTE)combined_alpha); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend() 292 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend() local 294 …GX_SET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_for… in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend() 327 blend_func(context, xval, yval, palette[*get++], alpha); in _gx_display_driver_32bpp_rotated_palette_pixelmap_blend() 392 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_blend() local [all …]
|
| D | gx_display_driver_generic_aliased_ellipse_draw.c | 96 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_ellipse_draw() local 115 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_ellipse_draw() 117 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_ellipse_draw() 157 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_ellipse_draw() 164 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_ellipse_draw() 190 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_ellipse_draw() 222 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_ellipse_draw() 229 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_ellipse_draw()
|
| D | gx_display_driver_generic_aliased_fixed_point_line_draw.c | 91 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_fixed_point_line_draw() local 125 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_fixed_point_line_draw() 127 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_fixed_point_line_draw() 240 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 241 blend_func(context, curx, cury + y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 269 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 270 blend_func(context, curx + x_sign, cury, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 306 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 314 blend_func(context, curx, cury + y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 347 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() [all …]
|
| D | gx_display_driver_generic_rotated_alphamap_draw.c | 86 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw() local 91 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw() 126 blend_func(context, xval, yval, fill_color, combined_alpha); in _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw() 188 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() local 193 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() 267 blend_func(context, xval, yval, fill_color, combined_alpha); in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() 282 blend_func(context, xval, yval, fill_color, combined_alpha); in _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw() 346 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_generic_rotated_alphamap_raw_draw() local 351 GX_SET_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_format) in _gx_display_driver_generic_rotated_alphamap_raw_draw() 385 blend_func(context, xval, yval, fill_color, *getalpha++); in _gx_display_driver_generic_rotated_alphamap_raw_draw() [all …]
|
| D | gx_display_driver_generic_aliased_arc_draw.c | 99 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_arc_draw() local 115 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_arc_draw() 117 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_arc_draw() 158 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_arc_draw() 168 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_arc_draw() 179 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_arc_draw() 189 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_arc_draw() 221 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_arc_draw()
|
| D | gx_display_driver_16bpp_pixelmap_blend.c | 85 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_16bpp_pixelmap_raw_blend() local 87 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_16bpp_pixelmap_raw_blend() 88 if (!blend_func) in _gx_display_driver_16bpp_pixelmap_raw_blend() 101 blend_func(context, xval, yval, pixel, alpha); in _gx_display_driver_16bpp_pixelmap_raw_blend() 166 void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_565rgb_pixelmap_alpha_blend() local 168 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_565rgb_pixelmap_alpha_blend() 169 if (blend_func == GX_NULL) in _gx_display_driver_565rgb_pixelmap_alpha_blend() 197 blend_func(context, xval, yval, pixel, (GX_UBYTE)combined_alpha); in _gx_display_driver_565rgb_pixelmap_alpha_blend() 260 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE al… in _gx_display_driver_16bpp_pixelmap_compressed_blend() local 263 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_16bpp_pixelmap_compressed_blend() [all …]
|
| D | gx_display_driver_generic_aliased_wide_circle_draw.c | 107 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_wide_circle_draw() local 126 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_wide_circle_draw() 128 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_wide_circle_draw() 199 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_wide_circle_draw() 207 …blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, (GX_UBYTE)al… in _gx_display_driver_generic_aliased_wide_circle_draw() 216 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_wide_circle_draw() 224 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_wide_circle_draw() 262 …blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, (GX_UBYTE)(2… in _gx_display_driver_generic_aliased_wide_circle_draw()
|
| D | gx_display_driver_32bpp_rotated_pixelmap_draw.c | 184 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha… in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write() local 186 …GX_SET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_for… in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write() 227 blend_func(context, xval, yval, color, alpha_value); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_write() 297 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() local 299 …GX_SET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_for… in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() 392 blend_func(context, xval, yval, pixel, brush_alpha); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() 425 blend_func(context, xval, yval, *get, brush_alpha); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_write() 499 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE … in _gx_display_driver_32bpp_rotated_pixelmap_compressed_alpha_write() local 501 …GX_SET_32BPP_BLEND_FUNCTION(blend_func, context -> gx_draw_context_display -> gx_display_color_for… in _gx_display_driver_32bpp_rotated_pixelmap_compressed_alpha_write() 581 blend_func(context, xval, yval, pixel, combined_alpha); in _gx_display_driver_32bpp_rotated_pixelmap_compressed_alpha_write() [all …]
|
| D | gx_display_driver_horizontal_line_alpha_draw.c | 84 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha); in _gx_display_driver_horizontal_line_alpha_draw() local 86 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_horizontal_line_alpha_draw() 88 if (blend_func == GX_NULL) in _gx_display_driver_horizontal_line_alpha_draw() 100 blend_func(context, xval, yval, color, alpha); in _gx_display_driver_horizontal_line_alpha_draw()
|
| D | gx_display_driver_vertical_line_alpha_draw.c | 82 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha); in _gx_display_driver_vertical_line_alpha_draw() local 84 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_vertical_line_alpha_draw() 86 if (blend_func == GX_NULL) in _gx_display_driver_vertical_line_alpha_draw() 98 blend_func(context, xval, yval, color, alpha); in _gx_display_driver_vertical_line_alpha_draw()
|
| D | gx_display_driver_generic_aliased_wide_ellipse_draw.c | 108 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_wide_ellipse_draw() local 118 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_wide_ellipse_draw() 120 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_wide_ellipse_draw() 204 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_wide_ellipse_draw() 212 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_wide_ellipse_draw() 253 …blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, (GX_UBYTE)(2… in _gx_display_driver_generic_aliased_wide_ellipse_draw() 301 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_wide_ellipse_draw() 309 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha2); in _gx_display_driver_generic_aliased_wide_ellipse_draw()
|
| D | gx_display_driver_4444argb_pixelmap_draw.c | 86 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alpha… in _gx_display_driver_4444argb_pixelmap_alpha_write() local 90 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_4444argb_pixelmap_alpha_write() 91 if (!blend_func) in _gx_display_driver_4444argb_pixelmap_alpha_write() 112 blend_func(context, xval, yval, pixel, brush_alpha); in _gx_display_driver_4444argb_pixelmap_alpha_write() 255 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha); in _gx_display_driver_4444argb_pixelmap_compressed_alpha_write() local 260 blend_func = context -> gx_draw_context_display -> gx_display_driver_pixel_blend; in _gx_display_driver_4444argb_pixelmap_compressed_alpha_write() 262 if (blend_func == GX_NULL) in _gx_display_driver_4444argb_pixelmap_compressed_alpha_write() 314 blend_func(context, xval, yval, pixel, brush_alpha); in _gx_display_driver_4444argb_pixelmap_compressed_alpha_write() 333 blend_func(context, xval, yval, *get, brush_alpha); in _gx_display_driver_4444argb_pixelmap_compressed_alpha_write()
|
| D | gx_display_driver_generic_aliased_filled_circle_draw.c | 101 VOID (*blend_func)(GX_DRAW_CONTEXT *context, in _gx_display_driver_generic_aliased_filled_circle_draw() local 120 blend_func = display -> gx_display_driver_pixel_blend; in _gx_display_driver_generic_aliased_filled_circle_draw() 122 if (blend_func == GX_NULL) in _gx_display_driver_generic_aliased_filled_circle_draw() 181 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_filled_circle_draw() 212 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_filled_circle_draw() 267 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_filled_circle_draw() 294 … blend_func(context, point.gx_point_x, point.gx_point_y, brush -> gx_brush_line_color, alpha1); in _gx_display_driver_generic_aliased_filled_circle_draw()
|
| /GUIX-v6.2.1/ports/win32/src/renesas/ |
| D | gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c | 91 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE… in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() local 110 blend_func = display -> gx_display_driver_pixel_blend; in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 169 blend_func(context, in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 183 blend_func(context, in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 211 blend_func(context, in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw() 229 blend_func(context, in _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw()
|
| D | gx_dave2d_simulation_display_driver_glyph_4bit_draw.c | 95 VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color, GX_UBYTE alpha); in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() local 126 blend_func = display -> gx_display_driver_pixel_blend; in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 151 blend_func(context, in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 170 blend_func(context, in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 184 blend_func(context, in _gx_dave2d_simulation_display_driver_glyph_4bit_draw() 204 blend_func(context, in _gx_dave2d_simulation_display_driver_glyph_4bit_draw()
|