Searched refs:addRect (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java91 mPath.addRect(r, Path.Direction.CW);
100 mPath.addRect(mInnerRect, Path.Direction.CCW);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathOpsActivity.java63 p1.addRect(0.0f, 0.0f, mSize, mSize, Path.Direction.CW);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java320 pathDelegate.addRect(rect.left, rect.top, rect.right, rect.bottom, dir);
331 pathDelegate.addRect(left, top, right, bottom, dir);
747 private void addRect(float left, float top, float right, float bottom, method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java497 public void addRect(RectF rect, Direction dir) { method in class:Path
514 public void addRect(float left, float top, float right, float bottom, Direction dir) { method in class:Path
/frameworks/base/core/java/android/text/
H A DLayout.java1405 dest.addRect(left, top, right, bottom, Path.Direction.CW);
1444 dest.addRect(getLineLeft(startline), top,
1447 dest.addRect(getLineRight(startline), top,
1453 dest.addRect(0, top, width, bottom, Path.Direction.CW);
1463 dest.addRect(width, top, getLineRight(endline), bottom, Path.Direction.CW);
1465 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp170 obj->addRect(rect_, dir);
178 obj->addRect(left_, top_, right_, bottom_, dir);
/frameworks/base/libs/hwui/
H A DPathCache.cpp589 path.addRect(r, SkPath::kCW_Direction);
H A DPathTessellator.cpp814 path.addRect(-radius, -radius, radius, radius);
H A DOpenGLRenderer.cpp1686 path.addRect(left, top, right, bottom);
2784 path.addRect(rect);
2790 path.addRect(left, top, right, bottom);

Completed in 185 milliseconds