HomeSort by: relevance | last modified time | path
    Searched defs:horiAdvance (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/cff/
cffgload.c 287 glyph->root.metrics.horiAdvance = (FT_Pos)metrics.horiAdvance * 64;
537 glyph->root.metrics.horiAdvance = decoder.glyph_width;
552 FT_UShort horiAdvance = 0;
558 &horiAdvance );
559 metrics->horiAdvance = horiAdvance;
561 glyph->root.linearHoriAdvance = horiAdvance;
566 metrics->horiAdvance = decoder.glyph_width;
616 metrics->horiAdvance = FT_MulFix( metrics->horiAdvance
    [all...]
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttsbit.c 655 metrics->horiAdvance = p[4];
993 FT_Byte horiAdvance = (FT_Byte)decoder->metrics->horiAdvance;
1036 decoder->metrics->horiAdvance = horiAdvance;
1584 metrics->horiAdvance = (FT_UShort)( aadvance *
  /xsrc/external/mit/freetype/dist/include/freetype/
freetype.h 273 * horiAdvance ::
292 * `horiAdvance` or `vertAdvance`; you have to manually adjust these
307 FT_Pos horiAdvance;
1729 * either the `horiAdvance` or the `vertAdvance` value of `metrics`
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h 420 * horiAdvance ::
439 FT_UShort horiAdvance;

Completed in 9 milliseconds