Home
last modified time | relevance | path

Searched defs:draw_position (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_canvas_glyphs_draw.c79 …vas_kerning_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST… in _gx_canvas_kerning_glyphs_draw() argument
264 …_compressed_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST… in _gx_canvas_compressed_glyphs_draw() argument
445 …vas_generic_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST… in _gx_canvas_generic_glyphs_draw() argument
633 VOID _gx_canvas_glyphs_draw(GX_DRAW_CONTEXT *context, GX_POINT *draw_position, GX_CONST GX_STRING *… in _gx_canvas_glyphs_draw() argument
Dgx_canvas_text_draw.c165 GX_POINT draw_position; in _gx_canvas_text_draw_ext() local