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

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 54 s16p16 xMin; /* x min coordinate */
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 120 SHORT xMin; /* For all glyph bounding boxes. */
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableMeteringRectangle.java 34 /** (xmin, ymin, xmax, ymax, weight) */
43 int xMin = value.getX();
45 int xMax = xMin + value.getWidth();
49 buffer.putInt(xMin);
58 int xMin = buffer.getInt();
64 int width = xMax - xMin;
67 return new MeteringRectangle(xMin, yMin, width, height, weight);
  /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/freetype/src/base/
ftoutln.c 477 FT_Pos xMin, yMin, xMax, yMax;
484 xMin = 0;
495 xMin = xMax = vec->x;
505 if ( x < xMin ) xMin = x;
513 acbox->xMin = xMin;
839 FT_Pos xmin;
851 xmin = first->x;
856 if ( point->x < xmin )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 477 FT_Pos xMin, yMin, xMax, yMax;
484 xMin = 0;
495 xMin = xMax = vec->x;
505 if ( x < xMin ) xMin = x;
513 acbox->xMin = xMin;
846 FT_Pos xmin;
858 xmin = first->x;
863 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/icu/icu4c/source/samples/layout/
sfnt.h 156 le_int16 xMin;
  /external/icu/icu4c/source/test/letest/
FontObject.h 119 le_int16 xMin;
sfnt.h 285 le_int16 xMin;
  /external/icu/icu4c/source/test/perf/leperf/
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/deqp/framework/referencerenderer/
rrRasterizer.cpp 507 const deInt64 xMin = de::min(de::min(x0, x1), x2);
512 m_bboxMin.x() = floorSubpixelToPixelCoord (xMin, m_horizontalFill == FILL_LEFT);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 118 int xMin = de::clamp(min4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1);
126 for (int x = xMin; x <= xMax; x++)
150 int xMin = de::clamp(min4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1);
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
157 for (int x = xMin; x <= xMax; x++)
    [all...]
  /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 96 FT_Short xMin;
    [all...]
  /external/pdfium/third_party/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 96 FT_Short xMin;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 120 int xMin = de::clamp(min4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1);
128 for (int x = xMin; x <= xMax; x++)
152 int xMin = de::clamp(min4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1);
156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
159 for (int x = xMin; x <= xMax; x++)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 985 milliseconds

1 2