OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leftTop
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsDRectTest.cpp
76
SkDPoint
leftTop
= {rect2.fLeft, rect2.fTop};
77
REPORTER_ASSERT(reporter, rect.contains(
leftTop
));
96
SkDPoint
leftTop
= {rect2.fLeft, rect2.fTop};
97
REPORTER_ASSERT(reporter, rect.contains(
leftTop
));
/frameworks/native/include/ui/
Rect.h
100
Point
leftTop
() const {
Completed in 175 milliseconds