Home
last modified time | relevance | path

Searched refs:bounds1 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tests/
H A DPathOpsBoundsTest.cpp34 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()
H A DPathOpsExtendedTest.cpp151 const SkRect& bounds1 = scaledOne.getBounds();
152 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
156 canvas.translate(-bounds1.fLeft + 1 + kBitWidth, -bounds1.fTop + 1);
193 const SkRect& bounds1 = one.getBounds();
195 SkRect larger = bounds1;
212 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
216 canvas.translate(-bounds1
[all...]
H A DImageFilterTest.cpp1429 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/
H A Drbbiapts.cpp608 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/
H A DRBBIAPITest.java387 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()
388 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIAPITest.java384 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()
385 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp3013 const SkRect& bounds1 = one.getBounds();
3014 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
3018 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);

Completed in 14 milliseconds