Home
last modified time | relevance | path

Searched refs:bounds1 (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
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()
DPathOpsExtendedTest.cpp243 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local
244 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame()
248 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame()
285 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
287 SkRect larger = bounds1; in drawAsciiPaths()
304 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths()
308 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
DImageFilterTest.cpp1426 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
1427 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
1450 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
/external/skqp/tests/
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()
DPathOpsExtendedTest.cpp243 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local
244 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame()
248 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame()
285 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
287 SkRect larger = bounds1; in drawAsciiPaths()
304 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths()
308 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
DImageFilterTest.cpp1428 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
1429 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
1452 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) { argument
828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) {
829 callback.apply(me, [x, y, bounds1.z]);
842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) { argument
843 var minX1 = bounds1.minX;
844 var minY1 = bounds1.minY;
845 var maxX1 = bounds1.maxX;
846 var maxY1 = bounds1.maxY;
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp602 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local
611 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder()
629 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local
638 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping()
656 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; in TestRuleStatus() local
673 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus()
679 if (pos != bounds1[i]) { in TestRuleStatus()
864 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local
873 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190()
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DBoundedGenericComponent.java27 bounds1(); in bounds1() method
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DGenericTest.java76 b1 = component.bounds1(); in boundedGenerics()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dsingle-access-no-preloop.ll160 br i1 %abc, label %in.bounds1, label %out.of.bounds, !prof !1
162 in.bounds1:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
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() local
388 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
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() local
385 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3040 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local
3041 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in debug_paths_draw_the_same()
3045 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3040 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local
3041 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in debug_paths_draw_the_same()
3045 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same()