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

  /external/freetype/src/autofit/
afloader.c 128 slot->linearHoriAdvance = slot->metrics.horiAdvance;
167 loader->pp2.x = FT_MulFix( slot->metrics.horiAdvance,
431 slot->metrics.horiAdvance = loader->pp2.x - loader->pp1.x;
433 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
441 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
452 if ( slot->metrics.horiAdvance )
453 slot->metrics.horiAdvance = loader->pp2.x - loader->pp1.x;
460 slot->metrics.horiAdvance = FT_PIX_ROUND( slot->metrics.horiAdvance )
    [all...]
  /external/freetype/src/base/
ftsynth.c 149 slot->metrics.horiAdvance += xstr;
ftobjs.c 554 metrics->horiAdvance = FT_PIX_ROUND( metrics->horiAdvance );
725 slot->advance.x = slot->metrics.horiAdvance;
    [all...]
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 109 metrics->x = ftmetrics->horiAdvance;
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 154 advance.fX = fFace->glyph->metrics.horiAdvance >> 6;
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/sfnt/
ttsbit0.c 331 metrics->horiAdvance = p[4];
642 FT_Byte horiAdvance = decoder->metrics->horiAdvance;
678 decoder->metrics->horiAdvance = horiAdvance;
ttsbit.c 215 FT_FRAME_BYTE( horiAdvance ),
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 427 /* horiAdvance :: The horizontal advance. */
442 FT_Byte horiAdvance;
    [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/freetype/include/freetype/
freetype.h 222 /* horiAdvance :: */
247 FT_Pos horiAdvance;
    [all...]

Completed in 574 milliseconds