HomeSort by relevance Sort by last modified time
    Searched refs:glyph_width (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/auxiliary/hud/
font.h 44 * x1 = (glyph % 16) * glyph_width;
46 * x2 = x1 + glyph_width;
51 unsigned glyph_width; member in struct:util_font
hud_context.c 161 x + strlen(buf)*hud->font.glyph_width,
167 unsigned x2 = x + hud->font.glyph_width;
169 unsigned tx1 = (*s % 16) * hud->font.glyph_width;
171 unsigned tx2 = tx1 + hud->font.glyph_width;
175 x += hud->font.glyph_width;
202 x += hud->font.glyph_width;
    [all...]
font.c     [all...]
  /external/freetype/src/psaux/
cffdecode.c 229 FT_Pos glyph_width; local
328 glyph_width = decoder->glyph_width;
357 decoder->glyph_width = glyph_width;
881 /* `glyph_width' to `nominal_width' plus number on the stack */
919 decoder->glyph_width = decoder->nominal_width +
1633 FT_Pos glyph_width = decoder->glyph_width; local
    [all...]
psft.c 101 *decoder->glyph_width = cf2_fixedToInt( width );
psobjs.c     [all...]
  /external/freetype/src/cff/
cffgload.c 540 glyph->root.metrics.horiAdvance = decoder.glyph_width;
569 metrics->horiAdvance = decoder.glyph_width;
570 glyph->root.linearHoriAdvance = decoder.glyph_width;
  /external/freetype/include/freetype/internal/
psaux.h 654 FT_Pos* glyph_width; member in struct:PS_Decoder_
1190 FT_Pos glyph_width; member in struct:CFF_Decoder_
    [all...]

Completed in 186 milliseconds