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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java114 mPath.addRect(r, Path.Direction.CW);
123 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/packages/SystemUI/src/com/android/systemui/recents/views/
H A DDebugOverlayView.java110 void addRect(Rect r, int color) { method in class:DebugOverlayView
141 addRect(new Rect(0, 0, sCornerRectSize, sCornerRectSize), 0xFFff0000);
142 addRect(new Rect(getMeasuredWidth() - sCornerRectSize, getMeasuredHeight() - sCornerRectSize,
/frameworks/base/graphics/java/android/graphics/
H A DPath.java517 public void addRect(RectF rect, Direction dir) { method in class:Path
518 addRect(rect.left, rect.top, rect.right, rect.bottom, dir);
530 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.java1486 dest.addRect(left, top, right, bottom, Path.Direction.CW);
1525 dest.addRect(getLineLeft(startline), top,
1528 dest.addRect(getLineRight(startline), top,
1534 dest.addRect(0, top, width, bottom, Path.Direction.CW);
1544 dest.addRect(width, top, getLineRight(endline), bottom, Path.Direction.CW);
1546 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java331 pathDelegate.addRect(left, top, right, bottom, dir);
809 private void addRect(float left, float top, float right, float bottom, method in class:Path_Delegate
/frameworks/base/libs/hwui/
H A DClipArea.cpp161 rectPath.addRect(bounds.left, bounds.top, bounds.right, bounds.bottom);
H A DPathCache.cpp525 path.addRect(r, SkPath::kCW_Direction);
H A DRenderNode.cpp709 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
H A DPathTessellator.cpp818 path.addRect(-radius, -radius, radius, radius);
H A DOpenGLRenderer.cpp2006 path.addRect(rect);
2012 path.addRect(left, top, right, bottom);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp166 static void addRect(JNIEnv* env, jobject clazz, jlong objHandle, function in class:android::SkPathGlue
170 obj->addRect(left, top, right, bottom, dir);
502 {"native_addRect","(JFFFFI)V", (void*) SkPathGlue::addRect},
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java409 mClipPath.addRect(mFrame, Path.Direction.CCW);

Completed in 818 milliseconds