Home
last modified time | relevance | path

Searched refs:glyph (Results 1 – 24 of 24) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_utility_string_to_alphamap.c169 GX_CONST GX_GLYPH *glyph; in _gx_utility_string_to_alphamap_ext() local
209glyph = &font_page -> gx_font_glyphs.gx_font_normal_glyphs[char_val - font_page -> gx_font_first_g… in _gx_utility_string_to_alphamap_ext()
215 if (glyph -> gx_glyph_leading < 0) in _gx_utility_string_to_alphamap_ext()
217 alphamap_width = (GX_VALUE)(alphamap_width - glyph -> gx_glyph_leading); in _gx_utility_string_to_alphamap_ext()
223 alphamap_width = (GX_VALUE)(alphamap_width + glyph -> gx_glyph_leading); in _gx_utility_string_to_alphamap_ext()
225 if (glyph -> gx_glyph_width > glyph -> gx_glyph_advance) in _gx_utility_string_to_alphamap_ext()
227 … alphamap_width = (GX_VALUE)(alphamap_width + glyph -> gx_glyph_width - glyph -> gx_glyph_advance); in _gx_utility_string_to_alphamap_ext()
305 …utility_glyph_8bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) in _gx_utility_glyph_8bpp_to_alphamap_draw() argument
320 pixel_width = glyph -> gx_glyph_height; in _gx_utility_glyph_8bpp_to_alphamap_draw()
321 y_height = glyph -> gx_glyph_width; in _gx_utility_glyph_8bpp_to_alphamap_draw()
[all …]
Dgx_canvas_glyphs_draw.c83 GX_CONST GX_KERNING_GLYPH *glyph; in _gx_canvas_kerning_glyphs_draw() local
144glyph = &((GX_CONST GX_KERNING_GLYPH *)font_link -> gx_font_glyphs.gx_font_kerning_glyphs)[char_va… in _gx_canvas_kerning_glyphs_draw()
145 kerning_table = ((GX_KERNING_GLYPH *)glyph) -> gx_kerning_table; in _gx_canvas_kerning_glyphs_draw()
163 if (glyph -> gx_glyph_map) in _gx_canvas_kerning_glyphs_draw()
165 x_offset = (GX_VALUE)(xstart + glyph -> gx_glyph_leading); in _gx_canvas_kerning_glyphs_draw()
167 … y_offset = (GX_VALUE)(ystart + font_link -> gx_font_baseline - glyph -> gx_glyph_ascent); in _gx_canvas_kerning_glyphs_draw()
171 …draw_area.gx_rectangle_right = (GX_VALUE)(draw_area.gx_rectangle_left + glyph -> gx_glyph_width - … in _gx_canvas_kerning_glyphs_draw()
172 …draw_area.gx_rectangle_bottom = (GX_VALUE)(draw_area.gx_rectangle_top + glyph -> gx_glyph_height -… in _gx_canvas_kerning_glyphs_draw()
204 draw_glyph(context, &draw_area, &map_offset, (const GX_GLYPH *)glyph); in _gx_canvas_kerning_glyphs_draw()
207 xstart = (GX_VALUE)(xstart + glyph -> gx_glyph_advance); in _gx_canvas_kerning_glyphs_draw()
[all …]
Dgx_display_driver_generic_rotated_glyph_8bit_draw.c77 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_generic_rotated_glyph_8bit_draw() argument
115 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_generic_rotated_glyph_8bit_draw()
122 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_generic_rotated_glyph_8bit_draw()
126 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_generic_rotated_glyph_8bit_draw()
130 glyph_row = glyph_row + (glyph -> gx_glyph_height * rotated_map_offset_y); in _gx_display_driver_generic_rotated_glyph_8bit_draw()
154 glyph_row += glyph -> gx_glyph_height; in _gx_display_driver_generic_rotated_glyph_8bit_draw()
179 glyph_row += glyph -> gx_glyph_height; in _gx_display_driver_generic_rotated_glyph_8bit_draw()
Dgx_system_string_width_get.c81 GX_CONST GX_COMPRESSED_GLYPH *glyph; in _gx_system_string_width_compressed_font_get() local
120 glyph = &font_link -> gx_font_glyphs.gx_font_compressed_glyphs[char_val]; in _gx_system_string_width_compressed_font_get()
122 width += glyph -> gx_glyph_advance; in _gx_system_string_width_compressed_font_get()
184 GX_CONST GX_KERNING_GLYPH *glyph; in _gx_system_string_width_kerning_font_get() local
231 glyph = &font_link -> gx_font_glyphs.gx_font_kerning_glyphs[char_val]; in _gx_system_string_width_kerning_font_get()
232 kerning_table = glyph -> gx_kerning_table; in _gx_system_string_width_kerning_font_get()
251 width += glyph -> gx_glyph_advance; in _gx_system_string_width_kerning_font_get()
388 GX_CONST GX_GLYPH *glyph; in _gx_system_string_width_get_ext() local
449 glyph = &font_link -> gx_font_glyphs.gx_font_normal_glyphs[char_val]; in _gx_system_string_width_get_ext()
450 width += glyph -> gx_glyph_advance; in _gx_system_string_width_get_ext()
Dgx_display_driver_generic_glyph_8bpp_draw.c79 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_generic_glyph_8bit_draw() argument
111 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_generic_glyph_8bit_draw()
115 glyph_row = glyph_row + (glyph -> gx_glyph_width * map_offset -> gx_point_y); in _gx_display_driver_generic_glyph_8bit_draw()
141 glyph_row += glyph -> gx_glyph_width; in _gx_display_driver_generic_glyph_8bit_draw()
166 glyph_row += glyph -> gx_glyph_width; in _gx_display_driver_generic_glyph_8bit_draw()
Dgx_display_driver_8bpp_rotated_glyph_3bit_draw.c76 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_8bpp_rotated_glyph_3bit_draw() argument
107 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_8bpp_rotated_glyph_3bit_draw()
114 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_8bpp_rotated_glyph_3bit_draw()
127 pitch = glyph -> gx_glyph_height; in _gx_display_driver_8bpp_rotated_glyph_3bit_draw()
132 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_8bpp_rotated_glyph_3bit_draw()
Dgx_display_driver_8bpp_rotated_glyph_4bit_draw.c76 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_8bpp_rotated_glyph_4bit_draw() argument
107 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_8bpp_rotated_glyph_4bit_draw()
114 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_8bpp_rotated_glyph_4bit_draw()
127 pitch = glyph -> gx_glyph_height; in _gx_display_driver_8bpp_rotated_glyph_4bit_draw()
132 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_8bpp_rotated_glyph_4bit_draw()
Dgx_display_driver_8bpp_rotated_glyph_1bit_draw.c93 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_8bpp_rotated_glyph_1bit_draw() argument
121 glyph_width = glyph -> gx_glyph_height; in _gx_display_driver_8bpp_rotated_glyph_1bit_draw()
132 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_8bpp_rotated_glyph_1bit_draw()
139 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_8bpp_rotated_glyph_1bit_draw()
170 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_8bpp_rotated_glyph_1bit_draw()
Dgx_display_driver_1bpp_glyph_1bpp_draw.c81 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_1bpp_glyph_1bpp_draw() argument
99 getstride = (glyph -> gx_glyph_width + 7) >> 3; in _gx_display_driver_1bpp_glyph_1bpp_draw()
105 getrow = (GX_UBYTE *)(glyph -> gx_glyph_map); in _gx_display_driver_1bpp_glyph_1bpp_draw()
Dgx_display_driver_4bpp_glyph_4bit_draw.c78 …raw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, const GX_GLYPH *glyph) in _gx_display_driver_4bpp_glyph_4bit_draw() argument
102 getstride = glyph -> gx_glyph_width; in _gx_display_driver_4bpp_glyph_4bit_draw()
106 glyph_getrow = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_4bpp_glyph_4bit_draw()
Dgx_display_driver_565rgb_rotated_glyph_1bit_draw.c92 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_565rgb_rotated_glyph_1bit_draw() argument
135 glyph_width = glyph -> gx_glyph_height; in _gx_display_driver_565rgb_rotated_glyph_1bit_draw()
146 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_565rgb_rotated_glyph_1bit_draw()
153 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_565rgb_rotated_glyph_1bit_draw()
184 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_565rgb_rotated_glyph_1bit_draw()
Dgx_display_driver_8bpp_glyph_3bit_draw.c78 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_8bpp_glyph_3bit_draw() argument
98 pitch = glyph -> gx_glyph_width; in _gx_display_driver_8bpp_glyph_3bit_draw()
102 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_8bpp_glyph_3bit_draw()
Dgx_display_driver_8bpp_glyph_4bit_draw.c78 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_8bpp_glyph_4bit_draw() argument
98 pitch = glyph -> gx_glyph_width; in _gx_display_driver_8bpp_glyph_4bit_draw()
102 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_8bpp_glyph_4bit_draw()
Dgx_display_driver_32bpp_rotated_glyph_1bit_draw.c94 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_32bpp_rotated_glyph_1bit_draw() argument
136 glyph_width = glyph -> gx_glyph_height; in _gx_display_driver_32bpp_rotated_glyph_1bit_draw()
147 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_32bpp_rotated_glyph_1bit_draw()
154 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_32bpp_rotated_glyph_1bit_draw()
184 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_32bpp_rotated_glyph_1bit_draw()
Dgx_display_driver_generic_rotated_glyph_4bit_draw.c75 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_generic_rotated_glyph_4bit_draw() argument
110 pitch = glyph -> gx_glyph_height; in _gx_display_driver_generic_rotated_glyph_4bit_draw()
122 …rotated_map_offset_y = (GX_VALUE)(glyph -> gx_glyph_width - map_offset -> gx_point_x - (GX_VALUE)y… in _gx_display_driver_generic_rotated_glyph_4bit_draw()
129 …rotated_map_offset_x = (GX_VALUE)(glyph -> gx_glyph_height - map_offset -> gx_point_y - (GX_VALUE)… in _gx_display_driver_generic_rotated_glyph_4bit_draw()
133 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_generic_rotated_glyph_4bit_draw()
Dgx_display_driver_4bpp_glyph_1bit_draw.c91 …raw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, const GX_GLYPH *glyph) in _gx_display_driver_4bpp_glyph_1bit_draw() argument
120 glyph_width = glyph -> gx_glyph_width; in _gx_display_driver_4bpp_glyph_1bit_draw()
156 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_4bpp_glyph_1bit_draw()
Dgx_display_driver_32bpp_glyph_1bit_draw.c97 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_32bpp_glyph_1bit_draw() argument
134 glyph_width = glyph -> gx_glyph_width; in _gx_display_driver_32bpp_glyph_1bit_draw()
169 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_32bpp_glyph_1bit_draw()
Dgx_display_driver_8bpp_glyph_1bit_draw.c98 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_8bpp_glyph_1bit_draw() argument
144 glyph_width = glyph -> gx_glyph_width; in _gx_display_driver_8bpp_glyph_1bit_draw()
180 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_8bpp_glyph_1bit_draw()
Dgx_display_driver_565rgb_glyph_1bit_draw.c97 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_16bpp_glyph_1bit_draw() argument
143 glyph_width = glyph -> gx_glyph_width; in _gx_display_driver_16bpp_glyph_1bit_draw()
179 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_16bpp_glyph_1bit_draw()
Dgx_display_driver_generic_glyph_4bpp_draw.c77 …(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) in _gx_display_driver_generic_glyph_4bit_draw() argument
116 pitch = glyph -> gx_glyph_width; in _gx_display_driver_generic_glyph_4bit_draw()
120 glyph_row = (GX_UBYTE *)glyph -> gx_glyph_map; in _gx_display_driver_generic_glyph_4bit_draw()
Dgx_canvas_text_draw.c169 GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph); in _gx_canvas_text_draw_ext()
/GUIX-v6.2.1/common/inc/
Dgx_display.h163 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
164 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
165 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
166 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
184 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
195 …aw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, const GX_GLYPH *glyph);
196 …aw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, const GX_GLYPH *glyph);
225 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
226 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
227 …GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
[all …]
Dgx_utility.h271 …tility_glyph_1bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph);
272 …tility_glyph_4bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph);
273 …tility_glyph_8bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph);
276 …yph_reversed_4bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph);
277 …yph_reversed_1bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph);
Dgx_api.h1704 … GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
1708 … GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
1712 … GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
1716 … GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
1720 … GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);
1724 … GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph);