Searched refs:glyph_draw (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_canvas_text_draw.c | 167 VOID (*glyph_draw)(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, in _gx_canvas_text_draw_ext() local 215 glyph_draw = display -> gx_display_driver_1bit_compressed_glyph_draw; in _gx_canvas_text_draw_ext() 219 glyph_draw = display -> gx_display_driver_1bit_glyph_draw; in _gx_canvas_text_draw_ext() 226 glyph_draw = display -> gx_display_driver_4bit_compressed_glyph_draw; in _gx_canvas_text_draw_ext() 230 glyph_draw = display -> gx_display_driver_4bit_glyph_draw; in _gx_canvas_text_draw_ext() 237 glyph_draw = display -> gx_display_driver_8bit_compressed_glyph_draw; in _gx_canvas_text_draw_ext() 241 glyph_draw = display -> gx_display_driver_8bit_glyph_draw; in _gx_canvas_text_draw_ext() 246 glyph_draw = GX_NULL; in _gx_canvas_text_draw_ext() 250 if (glyph_draw) in _gx_canvas_text_draw_ext() 256 _gx_canvas_glyphs_draw(context, &draw_position, string, &clip, glyph_draw); in _gx_canvas_text_draw_ext()
|
| D | gx_utility_string_to_alphamap.c | 999 VOID (*glyph_draw)(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph); in _gx_utility_string_to_alphamap_draw() local 1028 glyph_draw = _gx_utility_glyph_8bpp_to_alphamap_draw; in _gx_utility_string_to_alphamap_draw() 1035 glyph_draw = _gx_utility_glyph_reversed_4bpp_to_alphamap_draw; in _gx_utility_string_to_alphamap_draw() 1040 glyph_draw = _gx_utility_glyph_4bpp_to_alphamap_draw; in _gx_utility_string_to_alphamap_draw() 1050 glyph_draw = _gx_utility_glyph_reversed_1bpp_to_alphamap_draw; in _gx_utility_string_to_alphamap_draw() 1055 glyph_draw = _gx_utility_glyph_1bpp_to_alphamap_draw; in _gx_utility_string_to_alphamap_draw() 1062 glyph_draw = GX_NULL; in _gx_utility_string_to_alphamap_draw() 1066 if (glyph_draw == GX_NULL) in _gx_utility_string_to_alphamap_draw() 1110 glyph_draw(map, xpos + leading, y_offset, glyph); in _gx_utility_string_to_alphamap_draw()
|
| /GUIX-v6.2.1/test/example_internal/glyph_draw/internal_build/vs_2019/ |
| D | glyph_draw.sln | 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glyph_draw", "glyph_draw.vcxproj", "{3413C217-…
|
| /GUIX-v6.2.1/test/guix_test/cmake/regression/ |
| D | CMakeLists.txt | 165 glyph_draw
|