Searched defs:xMax (Results 1 - 25 of 31) sorted by relevance

12

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h56 s16p16 xMax; /* x max coordinate */ member in struct:__anon17394
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh126 INT16 xMax; /* For all glyph bounding boxes. */ member in struct:OT::head
H A Dhb-ot-glyf-table.hh89 FWORD xMax; /* Maximum x for coordinate data. */ member in struct:OT::glyf::GlyphHeader
153 extents->x_bearing = MIN (glyph_header.xMin, glyph_header.xMax);
155 extents->width = MAX (glyph_header.xMin, glyph_header.xMax) - extents->x_bearing;
/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417BarcodeMatrix.cpp60 size_t xMax = bytearray.size(); local
61 m_matrixOut.resize(xMax * yMax);
62 m_outWidth = xMax;
68 k = i * xMax;
69 for (size_t l = 0; l < xMax; l++)
/external/skia/gm/
H A Dtypeface.cpp210 SkScalar xMax = x; local
247 xMax = SkTMax(x, xMax);
253 xBase = xMax;
/external/skia/src/sfnt/
H A DSkOTTable_head.h79 SK_OT_SHORT xMax; member in struct:SkOTTableHead
H A DSkOTTable_glyf.h70 SK_OT_FWORD xMax; member in struct:SkOTTableGlyphData
/external/skqp/gm/
H A Dtypeface.cpp210 SkScalar xMax = x; local
247 xMax = SkTMax(x, xMax);
253 xBase = xMax;
/external/skqp/src/sfnt/
H A DSkOTTable_head.h79 SK_OT_SHORT xMax; member in struct:SkOTTableHead
H A DSkOTTable_glyf.h70 SK_OT_FWORD xMax; member in struct:SkOTTableGlyphData
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp86 const std::string xMax = de::toString(caseDef.texture.size().x() - 1); local
101 + (numColorComponents > 1 ? "(" + xMax + "-gx)^gy^gz, " : "0, ")
103 + (numColorComponents > 3 ? "(" + xMax + "-gx)^(" + yMax + "-gy)^gz" : "1")
H A DvktImageLoadStoreTests.cpp198 const int xMax = imageSize.x() - 1; local
205 const tcu::IVec4 color(x^y^z, (xMax - x)^y^z, x^(yMax - y)^z, (xMax - x)^(yMax - y)^z);
230 const int xMax = access.getWidth() - 1; local
238 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z);
239 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z);
247 const tcu::Vec4 temp = access.getPixel(xMax - x, y, z);
248 access.setPixel(access.getPixel(x, y, z), xMax - x, y, z);
358 const std::string xMax = de::toString(m_texture.size().x() - 1); local
363 + "(" + xMax
843 const std::string xMax = de::toString(m_texture.size().x() - 1); local
[all...]
/external/freetype/src/base/
H A Dftoutln.c481 FT_Pos xMin, yMin, xMax, yMax; local
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/icu/icu4c/source/samples/layout/
H A Dsfnt.h164 le_int16 xMax; member in struct:HEADTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h123 le_int16 xMax; member in struct:HEADTable
H A Dsfnt.h289 le_int16 xMax; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h127 le_int16 xMax; member in struct:HEADTable
H A Dsfnt.h293 le_int16 xMax; member in struct:HEADTable
/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp228 Int xMax = *Pointer<Int>(data + OFFSET(DrawData, scissorX1)); local
229 Short x = Short(Clamp((X[0] + 0xF) >> 4, xMin, xMax));
577 Int xMax = *Pointer<Int>(data + OFFSET(DrawData,scissorX1));
608 *Pointer<Short>(edge + y * sizeof(Primitive::Span)) = Short(Clamp(x, xMin, xMax));
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp513 const deInt64 xMax = de::max(de::max(x0, x1), x2); local
519 m_bboxMax.x() = ceilSubpixelToPixelCoord (xMax, m_horizontalFill == FILL_RIGHT);
893 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1);
903 m_bboxMax.x() = de::clamp(ceilSubpixelToPixelCoord (xMax, true), m_viewport.x(), m_viewport.x() + m_viewport.z() - 1);
917 m_bboxMax.x() = de::clamp(ceilSubpixelToPixelCoord (xMax, true), m_viewport.x() - lineWidthPixels, m_viewport.x() + m_viewport.z() - 1);
1113 const deInt64 xMax = de::max(x0, x1) + toSubpixelCoord(1);
1119 m_bboxMax.x() = ceilSubpixelToPixelCoord (xMax, true);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp434 int xMax = renderTarget.getWidth()-width+1; local
436 int x = deRandom_getUint32(&rnd) % xMax;
/external/freetype/include/freetype/
H A Dftimage.h97 /* xMax :: The horizontal maximum (right-most). */
118 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h99 FT_Short xMax; member in struct:TT_Header_
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp572 int xMax = renderTarget.getWidth()-width+1; local
574 int x = deRandom_getUint32(&rnd) % xMax;
H A Des2fMultisampleTests.cpp120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); local
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); local
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
157 for (int x = xMin; x <= xMax; x++)

Completed in 589 milliseconds

12