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

12 3 4 5

  /external/skia/src/sfnt/
SkOTTable_head.h 78 SK_OT_SHORT xMin;
SkOTTable_glyf.h 69 SK_OT_FWORD xMin;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
478 xMin = 0;
489 xMin = xMax = vec->x;
499 if ( x < xMin ) xMin = x;
507 acbox->xMin = xMin;
834 FT_Pos xmin;
846 xmin = first->x;
851 if ( point->x < xmin )
    [all...]
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
478 xMin = 0;
489 xMin = xMax = vec->x;
499 if ( x < xMin ) xMin = x;
507 acbox->xMin = xMin;
837 FT_Pos xmin;
849 xmin = first->x;
854 if ( point->x < xmin )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
478 xMin = 0;
489 xMin = xMax = vec->x;
499 if ( x < xMin ) xMin = x;
507 acbox->xMin = xMin;
834 FT_Pos xmin;
846 xmin = first->x;
851 if ( point->x < xmin )
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 419 bbox.xMin = FT_PIX_FLOOR( bbox.xMin );
424 slot->metrics.width = bbox.xMax - bbox.xMin;
426 slot->metrics.horiBearingX = bbox.xMin;
429 slot->metrics.vertBearingX = FT_PIX_FLOOR( bbox.xMin + vvector.x );
  /external/freetype/src/autofit/
afloader.c 425 bbox.xMin = FT_PIX_FLOOR( bbox.xMin );
430 slot->metrics.width = bbox.xMax - bbox.xMin;
432 slot->metrics.horiBearingX = bbox.xMin;
435 slot->metrics.vertBearingX = FT_PIX_FLOOR( bbox.xMin + vvector.x );
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 77 FT_Short xMin;
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 156 le_int16 xMin;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 119 le_int16 xMin;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 119 le_int16 xMin;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_glyf.h 69 SK_OT_FWORD xMin;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 50 double xMin();
  /external/freetype/include/
ftimage.h 93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 77 FT_Short xMin;
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 156 le_int16 xMin;
  /external/icu/icu4c/source/test/letest/
FontObject.h 119 le_int16 xMin;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 119 le_int16 xMin;
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftimage.h 93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 77 FT_Short xMin;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftimage.h 93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin;
    [all...]
tttables.h 77 FT_Short xMin;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidobjs.c 425 cidface->bbox.xMin = cid->font_bbox.xMin >> 16;

Completed in 929 milliseconds

12 3 4 5