OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regionBounds
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java
178
Rect
regionBounds
= region.getBounds();
179
assertBounds(
regionBounds
, 0, 0, 5, 5);
184
regionBounds
= region.getBounds();
185
assertBounds(
regionBounds
, 0, 0, 10, 10);
196
regionBounds
= region.getBounds();
197
assertBounds(
regionBounds
, 4, 0, 5, 5);
201
regionBounds
= region.getBounds();
202
assertBounds(
regionBounds
, 9, 0, 10, 10);
205
private void assertBounds(Rect
regionBounds
, int left, int top, int right, int bottom) {
206
assertEquals(left,
regionBounds
.left)
[
all
...]
/external/skia/tests/
CanvasStateTest.cpp
167
SkIRect
regionBounds
= clipRect;
168
regionBounds
.offset(clipRect.width() + (2*SPACER), 0);
170
SkIRect regionInterior =
regionBounds
;
174
clipRegion.setRect(
regionBounds
);
/frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp
108
Rect
regionBounds
;
109
regionBounds
.set(skRect);
110
EXPECT_EQ(expected,
regionBounds
);
Completed in 2135 milliseconds