OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rightBottom
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
PathOpsDRectTest.cpp
78
SkDPoint
rightBottom
= {rect2.fRight, rect2.fBottom};
79
REPORTER_ASSERT(reporter, rect.contains(
rightBottom
));
98
SkDPoint
rightBottom
= {rect2.fRight, rect2.fBottom};
99
REPORTER_ASSERT(reporter, rect.contains(
rightBottom
));
/frameworks/base/libs/hwui/
Layer.h
73
bounds.
rightBottom
().x, bounds.
rightBottom
().y);
/frameworks/native/include/ui/
Rect.h
103
Point
rightBottom
() const {
Completed in 32 milliseconds