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

/external/skia/tests/
H A DPathOpsBoundsTest.cpp34 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); local
35 SkASSERT(ValidBounds(bounds1));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); local
43 SkASSERT(ValidBounds(bounds1));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
H A DPathOpsExtendedTest.cpp195 const SkRect& bounds1 = scaledOne.getBounds();
196 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
200 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
237 const SkRect& bounds1 = one.getBounds();
239 SkRect larger = bounds1;
256 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
260 canvas.translate(-bounds1
[all...]
H A DCanvasTest.cpp527 SkRect bounds1, bounds2; local
529 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2),
531 REPORTER_ASSERT_MESSAGE(reporter, bounds1 == bounds2,
H A DImageFilterTest.cpp1082 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); local
1083 canvas.saveLayer(&bounds1, NULL);
1106 canvas.saveLayer(&bounds1, NULL);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dmarkermanager.js816 * that are in bounds1 but not bounds2, using a callback, and using
821 * @param {Bounds} bounds1 The bounds of all points we may process.
826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) {
828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) {
829 callback.apply(me, [x, y, bounds1.z]);
835 * Calls the function for all points in bounds1, not in bounds2
837 * @param {Bounds} bounds1 The bounds of all points we may process.
842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) {
843 var minX1 = bounds1.minX;
844 var minY1 = bounds1
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp599 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local
608 doBoundaryTest(*bi, testString1, bounds1);
626 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local
635 doBoundaryTest(*bi, testString1, bounds1);
653 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; local
670 doBoundaryTest(*bi, testString1, bounds1);
676 if (pos != bounds1[i]) {
861 int32_t bounds1[] = {0, 4, 8}; local
870 doBoundaryTest(*bi, testString1, bounds1);
H A Drbbitst.cpp327 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local
341 if (pos != bounds1[i]) {
342 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A 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};
374 doBoundaryTest(charIter1, testString1, bounds1);

Completed in 321 milliseconds