OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounds2
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathTest.cpp
32
SkRect bounds,
bounds2
;
local
67
bounds2
.set(pts, 4);
68
REPORTER_ASSERT(reporter, bounds ==
bounds2
);
77
REPORTER_ASSERT(reporter, p.isRect(&
bounds2
));
78
REPORTER_ASSERT(reporter, bounds ==
bounds2
);
/frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java
366
Rectangle
bounds2
= src2.getBounds();
local
367
Rectangle bounds3 = bounds1.intersection(
bounds2
);
369
intersectRegions(src1.rect, src2.rect, dst, bounds1.height + 2,
bounds2
.height + 2);
547
Rectangle
bounds2
= src2.getBounds();
local
548
Rectangle bounds3 = bounds1.intersection(
bounds2
);
551
if (bounds1.y + bounds1.height <
bounds2
.y) {
554
if (
bounds2
.y +
bounds2
.height < bounds1.y) {
557
if (bounds1.x <
bounds2
.x) {
563
unionRegions(src1.rect, src2.rect, bounds1.height + 2,
bounds2
.height + 2)
822
Rectangle
bounds2
= src2.getBounds();
local
[
all
...]
Completed in 555 milliseconds