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

  /external/skia/src/sfnt/
SkOTTable_EBDT.h 32 SK_OT_CHAR horiBearingY;
  /external/freetype/src/base/
ftsynth.c 155 slot->metrics.horiBearingY += ystr;
ftobjs.c 579 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
596 bottom = FT_PIX_FLOOR( metrics->horiBearingY - metrics->height );
599 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
602 metrics->height = metrics->horiBearingY - bottom;
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftsynth.c 155 slot->metrics.horiBearingY += ystr;
ftobjs.c 558 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
575 bottom = FT_PIX_FLOOR( metrics->horiBearingY - metrics->height );
578 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
581 metrics->height = metrics->horiBearingY - bottom;
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 512 metrics->horiBearingY = (FT_Char)p[3];
833 FT_Char horiBearingY = (FT_Char)decoder->metrics->horiBearingY;
870 decoder->metrics->horiBearingY = horiBearingY;
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 642 metrics->horiBearingY = (FT_Char)p[3];
980 FT_Char horiBearingY = (FT_Char)decoder->metrics->horiBearingY;
1022 decoder->metrics->horiBearingY = horiBearingY;
    [all...]
  /external/freetype/src/autofit/
afloader.c 472 vvector.y = slot->metrics.vertBearingY - slot->metrics.horiBearingY;
498 slot->metrics.horiBearingY = bbox.yMax;
  /external/harfbuzz_ng/src/
hb-ft.cc 272 *y = ft_face->glyph->metrics.horiBearingY - (-ft_face->glyph->metrics.vertBearingY);
313 extents->y_bearing = ft_face->glyph->metrics.horiBearingY;
  /external/freetype/include/freetype/internal/
tttypes.h 449 /* horiBearingY :: The horizontal top bearing. */
465 FT_Short horiBearingY;
545 /* max_before_BL :: Maximum of horiBearingY (resp. */
550 /* horiBearingY - height */
    [all...]
  /external/pdfium/core/fxge/
fx_freetype.h 113 ((FT_Face)face)->glyph->metrics.horiBearingY
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 413 /* horiBearingY :: The horizontal top bearing. */
429 FT_Short horiBearingY;
509 /* max_before_BL :: Maximum of horiBearingY (resp. */
514 /* horiBearingY - height */
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c     [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 431 metrics->horiBearingY = cbox.yMax;
  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 481 metrics->horiBearingY = cbox.yMax;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/freetype/include/freetype/
freetype.h 283 /* horiBearingY :: */
319 FT_Pos horiBearingY;
    [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h 284 /* horiBearingY :: */
315 FT_Pos horiBearingY;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 284 /* horiBearingY :: */
315 FT_Pos horiBearingY;
    [all...]

Completed in 425 milliseconds