HomeSort by relevance Sort by last modified time
    Searched defs:rightBottom (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/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));
  /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/native/include/ui/
Rect.h 103 Point rightBottom() const {

Completed in 494 milliseconds