HomeSort by relevance Sort by last modified time
    Searched defs:xMax (Results 1 - 25 of 42) 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. */
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableMeteringRectangle.java 34 /** (xmin, ymin, xmax, ymax, weight) */
45 int xMax = xMin + value.getWidth();
51 buffer.putInt(xMax);
60 int xMax = buffer.getInt();
64 int width = xMax - xMin;
  /external/chromium_org/third_party/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/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;
1048 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 117 BigEndianUShort xMax;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 265 double thexMax = sourceData->xMax();
281 double MatlabLine::xMax()
705 double xMax = _xlim[1];
709 xMax = std::max(xMax, (*it)->xMax());
716 _xlim[1] = xMax;
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 472 const deInt64 xMax = de::max(de::max(x0, x1), x2);
478 m_bboxMax.x() = ceilSubpixelToPixelCoord (xMax, m_horizontalFill == FILL_RIGHT);
843 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1);
853 m_bboxMax.x() = de::clamp(ceilSubpixelToPixelCoord (xMax, true), m_viewport.x(), m_viewport.x() + m_viewport.z() - 1);
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 158 le_int16 xMax;
  /external/icu/icu4c/source/test/letest/
FontObject.h 121 le_int16 xMax;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 121 le_int16 xMax;
  /external/chromium_org/third_party/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/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1);
126 for (int x = xMin; x <= xMax; x++)
152 int xMax = de::clamp(max4(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/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 434 int xMax = renderTarget.getWidth()-width+1;
436 int x = deRandom_getUint32(&rnd) % xMax;
    [all...]
  /external/freetype/include/
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...]

Completed in 916 milliseconds

1 2