HomeSort by relevance Sort by last modified time
    Searched defs:xMin (Results 1 - 25 of 28) sorted by null

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 54 s16p16 xMin; /* x min coordinate */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 120 SHORT xMin; /* For all glyph bounding boxes. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 120 SHORT xMin; /* For all glyph bounding boxes. */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 172 int xMin = Math.round(x - radius - 1);
179 if (xMin < 0) {
180 xMin = 0;
193 for (int i = xMin; i <= xMax; i++) {
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 78 SK_OT_SHORT xMin;
SkOTTable_glyf.h 69 SK_OT_FWORD xMin;
  /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;
834 FT_Pos xmin;
846 xmin = first->x;
851 if ( point->x < xmin )
    [all...]
  /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 463 FT_Pos xMin, yMin, xMax, yMax;
470 xMin = 0;
481 xMin = xMax = vec->x;
491 if ( x < xMin ) xMin = x;
499 acbox->xMin = xMin;
826 FT_Pos xmin;
838 xmin = first->x;
843 if ( point->x < xmin )
978 FT_Pos xmin = 32768L; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 119 le_int16 xMin;
sfnt.h 285 le_int16 xMin;
  /external/icu4c/samples/layout/
sfnt.h 156 le_int16 xMin;
  /external/icu4c/test/letest/
FontObject.h 119 le_int16 xMin;
sfnt.h 285 le_int16 xMin;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 393 int xMin = 0;
400 xMin = 1;
413 for (int j = xMin; j < xMax; j++) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 134 BigEndianUShort xMin;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 94 /* xMin :: The horizontal minimum (left-most). */
112 /* `xMin' gives the horizontal distance from the glyph's origin to */
113 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
118 FT_Pos xMin, yMin;
    [all...]
tttables.h 77 FT_Short xMin;
    [all...]
  /external/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/harfbuzz_ng/src/hb-icu-le/
sfnt.h 288 le_int16 xMin;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 1213 milliseconds

1 2