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

12

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h54 s16p16 xMin; /* x min coordinate */ member in struct:__anon15408
/external/harfbuzz_ng/src/
H A Dhb-ot-glyf-table.hh93 FWORD xMin; /* Minimum x for coordinate data. */ member in struct:OT::glyfGlyphHeader
H A Dhb-ot-head-table.hh124 SHORT xMin; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/skia/src/core/
H A DSkLinearBitmapPipeline_core.h79 bool completelyWithin(SkScalar xMin, SkScalar xMax) const { argument
82 return xMin <= sMin && sMax < xMax;
/external/skia/src/sfnt/
H A DSkOTTable_head.h77 SK_OT_SHORT xMin; member in struct:SkOTTableHead
H A DSkOTTable_glyf.h68 SK_OT_FWORD xMin; member in struct:SkOTTableGlyphData
/external/freetype/src/base/
H A Dftoutln.c481 FT_Pos xMin, yMin, xMax, yMax; local
488 xMin = 0;
499 xMin = xMax = vec->x;
509 if ( x < xMin ) xMin = x;
517 acbox->xMin = xMin;
1065 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1069 FT_ABS( cbox.xMin ) ) ) - 14;
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c478 FT_Pos xMin, yMin, xMax, yMax; local
485 xMin = 0;
496 xMin = xMax = vec->x;
506 if ( x < xMin ) xMin = x;
514 acbox->xMin = xMin;
1059 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1063 FT_ABS( cbox.xMin ) ) ) - 14;
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h162 le_int16 xMin; member in struct:HEADTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h121 le_int16 xMin; member in struct:HEADTable
H A Dsfnt.h287 le_int16 xMin; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h125 le_int16 xMin; member in struct:HEADTable
H A Dsfnt.h291 le_int16 xMin; member in struct:HEADTable
/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp562 Int xMin = *Pointer<Int>(data + OFFSET(DrawData,scissorX0)); local
608 *Pointer<Short>(edge + y * sizeof(Primitive::Span)) = Short(Clamp(x, xMin, xMax));
/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/freetype/
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.h97 FT_Short xMin; member in struct:TT_Header_
/external/pdfium/third_party/freetype/include/freetype/
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/freetype/src/smooth/
H A Dftgrays.c1645 TPos xMin, yMin, xMax, yMax; local
1652 xMin = 0;
1663 xMin = xMax = vec->x;
1673 if ( x < xMin ) xMin = x;
1681 acbox->xMin = xMin;
1901 if ( cbox.xMin < -0x1000000L || cbox.xMax > 0x1000000L ||
1906 cbox.xMin = cbox.xMin >>
[all...]
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2459 milliseconds

12