HomeSort by relevance Sort by last modified time
    Searched refs:rightBottom (Results 1 - 4 of 4) 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/base/libs/hwui/
Layer.h 93 bounds.rightBottom().x, bounds.rightBottom().y);
  /frameworks/native/include/ui/
Rect.h 104 Point rightBottom() const {

Completed in 182 milliseconds