Searched refs:escapement (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omTextEsc.c | 104 int escapement = 0, i; local in function:escapement_vertical 109 escapement += _XTextHeight16(font, buf2b, 1); 111 escapement += (int) (font->max_bounds.ascent + 118 escapement += _XTextHeight(font, buf, 1); 120 escapement += (int) (font->max_bounds.ascent + 125 return escapement; 141 int escapement = 0, char_len = 0; local in function:TextWidthWithFontSet 144 return escapement; 184 escapement += XTextWidth16(font, (XChar2b *)ptr, char_len); 187 escapement 254 int escapement = 0; local in function:_XomGenericTextEscapement [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| H A D | text.c | 17 VGfloat escapement[2]; member in struct:glyph 26 glyph_string_add_path(VGPath path, const VGfloat origin[2], VGfloat escapement[2]) argument 36 path, VG_TRUE, origin, escapement); 46 g->escapement[0] = escapement[0]; 47 g->escapement[1] = escapement[1]; 53 glyph_string_add_image(VGImage image, const VGfloat origin[2], VGfloat escapement[2]) argument 63 image, origin, escapement); 73 g->escapement[ 314 VGfloat origin[2], escapement[2]; local in function:glyph_string_init [all...] |
Completed in 2 milliseconds