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

1 2

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 56 s16p16 xMax; /* x max coordinate */
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.cpp 74 int32_t xMax = bytearray.GetSize();
75 m_matrixOut.SetSize(xMax * yMax);
76 m_outWidth = xMax;
84 k = i * xMax;
85 for (int32_t l = 0; l < xMax; l++) {
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 95 FWORD xMax; /* Maximum x for coordinate data. */
hb-ot-head-table.hh 126 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/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 481 FT_Pos xMin, yMin, xMax, yMax;
490 xMax = 0;
499 xMin = xMax = vec->x;
510 if ( x > xMax ) xMax = x;
518 acbox->xMax = xMax;
1065 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1068 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftoutln.c 478 FT_Pos xMin, yMin, xMax, yMax;
487 xMax = 0;
496 xMin = xMax = vec->x;
507 if ( x > xMax ) xMax = x;
515 acbox->xMax = xMax;
1062 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1065 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 478 FT_Pos xMin, yMin, xMax, yMax;
487 xMax = 0;
496 xMin = xMax = vec->x;
507 if ( x > xMax ) xMax = x;
515 acbox->xMax = xMax;
1059 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1062 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
  /external/icu/icu4c/source/samples/layout/
sfnt.h 158 le_int16 xMax;
  /external/icu/icu4c/source/test/letest/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 121 le_int16 xMax;
sfnt.h 287 le_int16 xMax;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
OcclusionBuffer.java 366 int xMax = Math.min(bufferWidth, 1 + Math.max(triX.x, Math.max(triX.y, triX.z)));
369 int width = xMax - xMin;
387 for (int ix = xMin; ix < xMax; ix++) {
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 288 const int xMax = imageSize.x() - 1;
295 const tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z);
320 const int xMax = access.getWidth() - 1;
328 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z);
329 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z);
337 const tcu::Vec4 temp = access.getPixel(xMax - x, y, z);
338 access.setPixel(access.getPixel(x, y, z), xMax - x, y, z);
466 const std::string xMax = de::toString(m_texture.size().x() - 1);
471 + "(" + xMax + "-gx)^gy^gz,
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 508 const deInt64 xMax = de::max(de::max(x0, x1), x2);
514 m_bboxMax.x() = ceilSubpixelToPixelCoord (xMax, m_horizontalFill == FILL_RIGHT);
    [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/freetype/
ftimage.h 97 /* xMax :: The horizontal maximum (right-most). */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 98 FT_Short xMax;
210 FT_Short xMax_Extent; /* xmax extents */
336 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftimage.h 97 /* xMax :: The horizontal maximum (right-most). */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 98 FT_Short xMax;
210 FT_Short xMax_Extent; /* xmax extents */
336 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h 97 /* xMax :: The horizontal maximum (right-most). */
118 FT_Pos xMax, yMax;
    [all...]

Completed in 718 milliseconds

1 2