HomeSort by relevance Sort by last modified time
    Searched defs:xMin (Results 1 - 25 of 42) 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. */
  /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/chromium_org/third_party/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/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;
837 FT_Pos xmin;
849 xmin = first->x;
854 if ( point->x < xmin )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 116 BigEndianUShort xMin;
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 156 le_int16 xMin;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 119 le_int16 xMin;
sfnt.h 285 le_int16 xMin;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 119 le_int16 xMin;
sfnt.h 285 le_int16 xMin;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 264 double thexMin = sourceData->xMin();
270 double MatlabLine::xMin()
704 double xMin = _xlim[0];
710 xMin = std::min(xMin, (*it)->xMin());
715 _xlim[0] = xMin;
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 471 const deInt64 xMin = de::min(de::min(x0, x1), x2);
476 m_bboxMin.x() = floorSubpixelToPixelCoord (xMin, m_horizontalFill == FILL_LEFT);
842 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
852 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x(), m_viewport.x() + m_viewport.z() - 1);
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 156 le_int16 xMin;
  /external/icu/icu4c/source/test/letest/
FontObject.h 119 le_int16 xMin;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 119 le_int16 xMin;
  /external/chromium_org/third_party/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/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...]

Completed in 469 milliseconds

1 2