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

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 56 s16p16 xMax; /* x max coordinate */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 122 SHORT xMax; /* For all glyph bounding boxes. */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 122 SHORT xMax; /* For all glyph bounding boxes. */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 173 int xMax = Math.round(x + radius + 1);
182 if (xMax > size) {
183 xMax = size - 1;
193 for (int i = xMin; i <= xMax; i++) {
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 80 SK_OT_SHORT xMax;
SkOTTable_glyf.h 71 SK_OT_FWORD xMax;
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
480 xMax = 0;
489 xMin = xMax = vec->x;
500 if ( x > xMax ) xMax = x;
508 acbox->xMax = xMax;
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
  /external/skia/src/sfnt/
SkOTTable_head.h 80 SK_OT_SHORT xMax;
SkOTTable_glyf.h 71 SK_OT_FWORD xMax;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
472 xMax = 0;
481 xMin = xMax = vec->x;
492 if ( x > xMax ) xMax = x;
500 acbox->xMax = xMax;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/icu4c/samples/layout/
sfnt.h 158 le_int16 xMax;
  /external/icu4c/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 394 int xMax = 4;
398 xMax = 3;
413 for (int j = xMin; j < xMax; j++) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 135 BigEndianUShort xMax;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 98 /* xMax :: The horizontal maximum (right-most). */
119 FT_Pos xMax, yMax;
    [all...]
tttables.h 79 FT_Short xMax;
191 FT_Short xMax_Extent; /* xmax extents */
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/freetype/include/freetype/
ftimage.h 97 /* xMax :: The horizontal maximum (right-most). */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 79 FT_Short xMax;
191 FT_Short xMax_Extent; /* xmax extents */
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 290 le_int16 xMax;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 784 milliseconds

1 2