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

  /external/skia/tests/
PathOpsDRectTest.cpp 58 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
59 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
72 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
73 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
  /external/skqp/tests/
PathOpsDRectTest.cpp 58 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
59 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
72 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
73 REPORTER_ASSERT(reporter, rect.contains(rightBottom));
  /frameworks/native/libs/ui/include/ui/
Rect.h 128 Point rightBottom() const {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMatrix.java 294 final PointF rightBottom = mapPoint(source.right, source.bottom);
296 Math.min(leftTop.x, rightBottom.x),
297 Math.min(leftTop.y, rightBottom.y),
298 Math.max(leftTop.x, rightBottom.x),
299 Math.max(leftTop.y, rightBottom.y));
  /external/skia/src/gpu/
GrTessellator.cpp     [all...]
  /external/skqp/src/gpu/
GrTessellator.cpp     [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 219 milliseconds