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

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 57 s16p16 yMax; /* y max coordinate */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 123 SHORT yMax; /* For all glyph bounding boxes. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 123 SHORT yMax; /* For all glyph bounding boxes. */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 176 int yMax = Math.round(y + radius + 1);
189 if (yMax > size) {
190 yMax = size - 1;
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;
173 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
175 iyMax = (GLint) yMax + 1;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 81 SK_OT_SHORT yMax;
SkOTTable_glyf.h 72 SK_OT_FWORD yMax;
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
173 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
175 iyMax = (GLint) yMax + 1;
  /external/skia/src/sfnt/
SkOTTable_head.h 81 SK_OT_SHORT yMax;
SkOTTable_glyf.h 72 SK_OT_FWORD yMax;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
473 yMax = 0;
482 yMin = yMax = vec->y;
496 if ( y > yMax ) yMax = y;
502 acbox->yMax = yMax;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 122 le_int16 yMax;
sfnt.h 288 le_int16 yMax;
  /external/icu4c/samples/layout/
sfnt.h 159 le_int16 yMax;
  /external/icu4c/test/letest/
FontObject.h 122 le_int16 yMax;
sfnt.h 288 le_int16 yMax;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 396 int yMax = 4;
404 yMax = 3;
412 for (int i = yMin; i < yMax; i++) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 137 BigEndianUShort yMax;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 100 /* yMax :: The vertical maximum (top-most). */
109 /* Similarly, if `ymax' is positive, this value gives the glyph's */
119 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/freetype/include/freetype/
ftimage.h 99 /* yMax :: The vertical maximum (top-most). */
108 /* Similarly, if `ymax' is positive, this value gives the glyph's */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 291 le_int16 yMax;
  /external/zxing/core/
core.jar 

Completed in 892 milliseconds

1 2