Home
last modified time | relevance | path

Searched refs:bounds1 (Results 1 – 8 of 8) 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.cpp195 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local
196 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in pathsDrawTheSame()
200 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in pathsDrawTheSame()
237 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
239 SkRect larger = bounds1; in drawAsciiPaths()
256 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1); in drawAsciiPaths()
260 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1); in drawAsciiPaths()
DCanvasTest.cpp527 SkRect bounds1, bounds2; in AssertCanvasStatesEqual() local
529 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2), in AssertCanvasStatesEqual()
531 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2, in AssertCanvasStatesEqual()
DImageFilterTest.cpp1082 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
1083 canvas.saveLayer(&bounds1, NULL); in DEF_TEST()
1106 canvas.saveLayer(&bounds1, NULL); in DEF_TEST()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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.cpp599 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()
Drbbitst.cpp327 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; in TestStatusReturn() local
341 if (pos != bounds1[i]) { in TestStatusReturn()
342 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos); in TestStatusReturn()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java373 …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()