/third_party/skia/tests/ |
D | PathOpsBoundsTest.cpp | 34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); in DEF_TEST() local 35 SkASSERT(ValidBounds(bounds1)); in DEF_TEST() 38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST() 42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); in DEF_TEST() local 43 SkASSERT(ValidBounds(bounds1)); in DEF_TEST() 46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 151 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local 152 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame() 156 canvas.translate(-bounds1.fLeft + 1 + kBitWidth, -bounds1.fTop + 1); in pathsDrawTheSame() 193 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local 195 SkRect larger = bounds1; in drawAsciiPaths() 212 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths() 216 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
|
D | ImageFilterTest.cpp | 1429 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local 1430 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST() 1453 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 608 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local 617 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder() 635 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local 644 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping() 662 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; in TestRuleStatus() local 679 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus() 685 if (pos != bounds1[i]) { in TestRuleStatus() 870 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local 879 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 387 …int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; in TestIsBoundary() local 388 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 384 …int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; in TestIsBoundary() local 385 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 3013 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local 3014 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in debug_paths_draw_the_same() 3018 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same()
|