Searched defs:xMin (Results 1 - 20 of 20) sorted by relevance

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h54 s16p16 xMin; /* x min coordinate */ member in struct:__anon12899
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh120 SHORT xMin; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/skia/src/sfnt/
H A DSkOTTable_head.h78 SK_OT_SHORT xMin; member in struct:SkOTTableHead
H A DSkOTTable_glyf.h69 SK_OT_FWORD xMin; member in struct:SkOTTableGlyphData
/external/freetype/src/base/
H A Dftoutln.c477 FT_Pos xMin, yMin, xMax, yMax; local
484 xMin = 0;
495 xMin = xMax = vec->x;
505 if ( x < xMin ) xMin = x;
513 acbox->xMin = xMin;
1051 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1055 FT_ABS( cbox.xMin ) ) ) - 14;
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c477 FT_Pos xMin, yMin, xMax, yMax; local
484 xMin = 0;
495 xMin = xMax = vec->x;
505 if ( x < xMin ) xMin = x;
513 acbox->xMin = xMin;
1058 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1061 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h156 le_int16 xMin; member in struct:HEADTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h119 le_int16 xMin; member in struct:HEADTable
H A Dsfnt.h285 le_int16 xMin; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h119 le_int16 xMin; member in struct:HEADTable
H A Dsfnt.h285 le_int16 xMin; member in struct:HEADTable
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp507 const deInt64 xMin = de::min(de::min(x0, x1), x2); local
512 m_bboxMin.x() = floorSubpixelToPixelCoord (xMin, m_horizontalFill == FILL_LEFT);
887 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
897 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x(), m_viewport.x() + m_viewport.z() - 1);
911 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x() - lineWidthPixels, m_viewport.x() + m_viewport.z() - 1);
1107 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1);
1112 m_bboxMin.x() = floorSubpixelToPixelCoord(xMin, true);
/external/freetype/include/
H A Dftimage.h93 /* 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; member in struct:FT_BBox_
H A Dtttables.h96 FT_Short xMin; member in struct:TT_Header_
/external/pdfium/third_party/freetype/include/
H A Dftimage.h93 /* 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; member in struct:FT_BBox_
H A Dtttables.h96 FT_Short xMin; member in struct:TT_Header_
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp118 int xMin = de::clamp(min4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); local
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); local
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
157 for (int x = xMin; x <= xMax; x++)
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp120 int xMin = de::clamp(min4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); local
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); local
156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
159 for (int x = xMin; x <= xMax; x++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 581 milliseconds