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

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 55 s16p16 yMin; /* y min coordinate */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 121 SHORT yMin; /* For all glyph bounding boxes. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 121 SHORT yMin; /* For all glyph bounding boxes. */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 175 int yMin = Math.round(y - radius - 1);
186 if (yMin < 0) {
187 yMin = 0;
194 for (int j = yMin; j <= yMax; j++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
172 yMin = vMin->attrib[FRAG_ATTRIB_WPOS][1];
174 iyMin = (GLint) yMin;
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
  /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/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/mesa3d/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
172 yMin = vMin->attrib[FRAG_ATTRIB_WPOS][1];
174 iyMin = (GLint) yMin;
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
  /external/skia/src/sfnt/
SkOTTable_head.h 79 SK_OT_SHORT yMin;
SkOTTable_glyf.h 70 SK_OT_FWORD yMin;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
471 yMin = 0;
482 yMin = yMax = vec->y;
495 if ( y < yMin ) yMin = y;
501 acbox->yMin = yMin;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 120 le_int16 yMin;
sfnt.h 286 le_int16 yMin;
  /external/icu4c/samples/layout/
sfnt.h 157 le_int16 yMin;
  /external/icu4c/test/letest/
FontObject.h 120 le_int16 yMin;
sfnt.h 286 le_int16 yMin;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 395 int yMin = 0;
406 yMin = 1;
412 for (int i = yMin; i < yMax; i++) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 136 BigEndianUShort yMin;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 96 /* yMin :: The vertical minimum (bottom-most). */
107 /* If `yMin' is negative, this value gives the glyph's descender. */
118 FT_Pos xMin, yMin;
    [all...]
tttables.h 78 FT_Short yMin;
    [all...]
  /external/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/harfbuzz_ng/src/hb-icu-le/
sfnt.h 289 le_int16 yMin;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]

Completed in 745 milliseconds

1 2