/external/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 | 205 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local 206 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame() 210 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame() 247 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local 249 SkRect larger = bounds1; in drawAsciiPaths() 266 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths() 270 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
|
D | CanvasTest.cpp | 511 SkRect bounds1, bounds2; in AssertCanvasStatesEqual() local 513 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2), in AssertCanvasStatesEqual() 515 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2, in AssertCanvasStatesEqual()
|
D | ImageFilterTest.cpp | 1118 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local 1119 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST() 1142 canvas.saveLayer(&bounds1, nullptr); in DEF_TEST()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | markermanager.js | 826 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/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 385 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local 386 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in debug_paths_draw_the_same() 390 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in debug_paths_draw_the_same()
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | BoundedGenericComponent.java | 27 bounds1(); in bounds1() method
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 599 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local 608 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder() 626 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local 635 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping() 653 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; in TestRuleStatus() local 670 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus() 676 if (pos != bounds1[i]) { in TestRuleStatus() 861 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local 870 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190()
|
D | rbbitst.cpp | 331 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; in TestStatusReturn() local 345 if (pos != bounds1[i]) { in TestStatusReturn() 346 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos); in TestStatusReturn()
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | GenericTest.java | 76 b1 = component.bounds1(); in boundedGenerics()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 377 …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 378 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 373 …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 374 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary()
|