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

  /external/harfbuzz/contrib/
harfbuzz-freetype.c 111 metrics->xOffset = ftmetrics->horiBearingX;
  /external/freetype/src/sfnt/
ttsbit0.c 329 metrics->horiBearingX = (FT_Char)p[2];
640 FT_Char horiBearingX = decoder->metrics->horiBearingX;
676 decoder->metrics->horiBearingX = horiBearingX;
ttsbit.c 213 FT_FRAME_CHAR( horiBearingX ),
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 147 *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX;
194 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/autofit/
afloader.c 394 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX;
420 slot->metrics.horiBearingX = bbox.xMin;
  /external/freetype/include/freetype/internal/
tttypes.h 423 /* horiBearingX :: The horizontal left bearing. */
440 FT_Char horiBearingX;
509 /* min_origin_SB :: Minimum of horiBearingX (resp. */
514 /* ( horiBearingX + width ) */
    [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/freetype/src/base/
ftobjs.c 527 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
544 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width );
547 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
550 metrics->width = right - metrics->horiBearingX;
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/freetype/include/freetype/
freetype.h 216 /* horiBearingX :: */
245 FT_Pos horiBearingX;
    [all...]

Completed in 159 milliseconds