HomeSort by relevance Sort by last modified time
    Searched refs:yMin (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fxft_ftglyph.c 131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
484 acbox->yMin = FT_PIX_FLOOR( acbox->yMin );
494 acbox->yMin >>= 6;
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidobjs.c 426 cidface->bbox.yMin = cid->font_bbox.yMin >> 16;
435 cidface->descender = (FT_Short)( cidface->bbox.yMin );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1afm.c 251 fi->Descender = t1_font->font_bbox.yMin;
289 t1_face->bbox.yMin = fi->FontBBox.yMin >> 16;
t1objs.c 463 root->bbox.yMin = type1->font_bbox.yMin >> 16;
473 root->descender = (FT_Short)( root->bbox.yMin );
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 79 SK_OT_SHORT yMin;
SkOTTable_glyf.h 70 SK_OT_FWORD yMin;
  /external/skia/src/sfnt/
SkOTTable_head.h 79 SK_OT_SHORT yMin;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 78 FT_Short yMin;
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 157 le_int16 yMin;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 120 le_int16 yMin;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 120 le_int16 yMin;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 52 double yMin();
  /external/freetype/include/
ftimage.h 95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 78 FT_Short yMin;
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 157 le_int16 yMin;
  /external/icu/icu4c/source/test/letest/
FontObject.h 120 le_int16 yMin;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 120 le_int16 yMin;
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftimage.h 95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 78 FT_Short yMin;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftimage.h 95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin;
    [all...]

Completed in 882 milliseconds

12 3 4 5