/external/neven/FaceRecEm/common/src/b_FDSDK/ |
H A D | DCR.h | 54 s16p16 xMin; /* x min coordinate */ member in struct:__anon16160
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-glyf-table.hh | 93 FWORD xMin; /* Minimum x for coordinate data. */ member in struct:OT::glyfGlyphHeader
|
H A D | hb-ot-head-table.hh | 124 SHORT xMin; /* For all glyph bounding boxes. */ member in struct:OT::head
|
/external/skia/src/core/ |
H A D | SkLinearBitmapPipeline_core.h | 79 bool completelyWithin(SkScalar xMin, SkScalar xMax) const { argument 82 return xMin <= sMin && sMax < xMax;
|
/external/skia/src/sfnt/ |
H A D | SkOTTable_head.h | 77 SK_OT_SHORT xMin; member in struct:SkOTTableHead
|
H A D | SkOTTable_glyf.h | 68 SK_OT_FWORD xMin; member in struct:SkOTTableGlyphData
|
/external/freetype/src/base/ |
H A D | ftoutln.c | 481 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 D | ftoutln.c | 478 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 D | sfnt.h | 162 le_int16 xMin; member in struct:HEADTable
|
/external/icu/icu4c/source/test/letest/ |
H A D | FontObject.h | 121 le_int16 xMin; member in struct:HEADTable
|
H A D | sfnt.h | 287 le_int16 xMin; member in struct:HEADTable
|
/external/icu/icu4c/source/test/perf/leperf/ |
H A D | FontObject.h | 125 le_int16 xMin; member in struct:HEADTable
|
H A D | sfnt.h | 291 le_int16 xMin; member in struct:HEADTable
|
/external/deqp/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 512 const deInt64 xMin = de::min(de::min(x0, x1), x2); local 517 m_bboxMin.x() = floorSubpixelToPixelCoord (xMin, m_horizontalFill == FILL_LEFT); 892 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1); 902 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x(), m_viewport.x() + m_viewport.z() - 1); 916 m_bboxMin.x() = de::clamp(floorSubpixelToPixelCoord(xMin, true), m_viewport.x() - lineWidthPixels, m_viewport.x() + m_viewport.z() - 1); 1112 const deInt64 xMin = de::min(x0, x1) - toSubpixelCoord(1); 1117 m_bboxMin.x() = floorSubpixelToPixelCoord(xMin, true);
|
/external/freetype/include/freetype/ |
H A D | ftimage.h | 93 /* 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 D | tttables.h | 97 FT_Short xMin; member in struct:TT_Header_
|
/external/pdfium/third_party/freetype/include/freetype/ |
H A D | ftimage.h | 93 /* 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 D | tttables.h | 96 FT_Short xMin; member in struct:TT_Header_
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 118 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 D | es3fMultisampleTests.cpp | 120 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 D | ftgrays.c | 1645 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/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |