Home
last modified time | relevance | path

Searched refs:draw_position (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_canvas_glyphs_draw.c79 …erning_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST GX_S… in _gx_canvas_kerning_glyphs_draw() argument
107 xstart = draw_position -> gx_point_x; in _gx_canvas_kerning_glyphs_draw()
108 ystart = draw_position -> gx_point_y; in _gx_canvas_kerning_glyphs_draw()
264 …ressed_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST GX_S… in _gx_canvas_compressed_glyphs_draw() argument
294 xstart = draw_position -> gx_point_x; in _gx_canvas_compressed_glyphs_draw()
295 ystart = draw_position -> gx_point_y; in _gx_canvas_compressed_glyphs_draw()
445 …eneric_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST GX_S… in _gx_canvas_generic_glyphs_draw() argument
473 xstart = draw_position -> gx_point_x; in _gx_canvas_generic_glyphs_draw()
474 ystart = draw_position -> gx_point_y; in _gx_canvas_generic_glyphs_draw()
633 VOID _gx_canvas_glyphs_draw(GX_DRAW_CONTEXT *context, GX_POINT *draw_position, GX_CONST GX_STRING *… in _gx_canvas_glyphs_draw() argument
[all …]
Dgx_canvas_text_draw.c165 GX_POINT draw_position; in _gx_canvas_text_draw_ext() local
204 draw_position.gx_point_x = x_start; in _gx_canvas_text_draw_ext()
205 draw_position.gx_point_y = y_start; in _gx_canvas_text_draw_ext()
256 _gx_canvas_glyphs_draw(context, &draw_position, string, &clip, glyph_draw); in _gx_canvas_text_draw_ext()
/GUIX-v6.2.1/common/inc/
Dgx_canvas.h79 VOID _gx_canvas_glyphs_draw(GX_DRAW_CONTEXT *context, GX_POINT *draw_position, GX_CONST GX_STRIN…