/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | PathPerfTest.java | 47 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testAddReset() 66 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testAddRewind() 75 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testIsEmpty() 85 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testIsConvex() 95 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testGetSetFillType() 106 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testIsRect()
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PathOffsetTest.java | 45 actualPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW); in testPathOffset() 51 expectedPath.addRect(START_X + OFFSET_X, START_Y + OFFSET_Y, START_X + OFFSET_X + SQUARE, in testPathOffset() 61 initialPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW); in testPathOffsetWithDestination() 69 expectedPath.addRect(START_X + OFFSET_X, START_Y + OFFSET_Y, START_X + OFFSET_X + SQUARE, in testPathOffsetWithDestination()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaBehaviorTests.cpp | 96 p0.addRect(SkRect::MakeXYWH(-5.0f, 0.0f, 1080.0f, 242.0f)); in TEST() 97 p1.addRect(SkRect::MakeXYWH(0.0f, 0.0f, 1080.0f, 242.0f)); in TEST()
|
D | BakedOpDispatcherTests.cpp | 280 path.addRect(SkRect::MakeXYWH(1.5, 3.8, 100, 90)); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
D | RecordingCanvasTests.cpp | 106 path.addRect(0, 0, 200, 200); in OPENGL_PIPELINE_TEST()
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | RoundRectShape.java | 115 mPath.addRect(r, Path.Direction.CW); in onResize() 124 mPath.addRect(mInnerRect, Path.Direction.CCW); in onResize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SignalDrawable.java | 280 mForegroundPath.addRect(padding, padding, padding + sigWidth, height - padding, in draw() 303 p.addRect(x, y, x + dotSize, y + dotSize, Direction.CW); in drawDot() 421 mPath.addRect(mSlashRect, Direction.CW); in draw() 431 mPath.addRect(mSlashRect, Direction.CW); in draw()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathOpsActivity.java | 63 p1.addRect(0.0f, 0.0f, mSize, mSize, Path.Direction.CW); in onSizeChanged()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 537 public void addRect(RectF rect, Direction dir) { in addRect() method in Path 538 addRect(rect.left, rect.top, rect.right, rect.bottom, dir); in addRect() 550 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() method in Path
|
/frameworks/base/libs/hwui/ |
D | Outline.h | 64 mPath.addRect(left, top, right, bottom); in setRoundRect()
|
D | ClipArea.cpp | 155 rectPath.addRect(bounds.left, bounds.top, bounds.right, bounds.bottom); in pathFromTransformedRectangle()
|
D | PathCache.cpp | 523 path.addRect(r, SkPath::kCW_Direction); in getRect()
|
D | BakedOpDispatcher.cpp | 645 path.addRect(getBoundsOfFill(op)); in onRectOp() 651 path.addRect(op.unmappedBounds.toSkRect()); in onRectOp()
|
D | FrameBuilder.cpp | 435 clipBoundsPath.addRect(clipBounds.left, clipBounds.top, in deferShadow()
|
D | PathTessellator.cpp | 820 path.addRect(-radius, -radius, radius, radius); in tessellatePoints()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ReorderBarrierDrawables.cpp | 187 clipBoundsPath.addRect(casterClipRect); in drawShadow()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 134 static void addRect(JNIEnv* env, jclass clazz, jlong objHandle, in addRect() function in android::SkPathGlue 138 obj->addRect(left, top, right, bottom, dir); in addRect() 527 {"nAddRect","(JFFFFI)V", (void*) SkPathGlue::addRect},
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1686 dest.addRect(left, top, right, bottom, Path.Direction.CW); in addSelection() 1725 dest.addRect(getLineLeft(startline), top, in getSelectionPath() 1728 dest.addRect(getLineRight(startline), top, in getSelectionPath() 1734 dest.addRect(0, top, width, bottom, Path.Direction.CW); in getSelectionPath() 1744 dest.addRect(width, top, getLineRight(endline), bottom, Path.Direction.CW); in getSelectionPath() 1746 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW); in getSelectionPath()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 336 pathDelegate.addRect(left, top, right, bottom, dir); in nAddRect() 829 public void addRect(float left, float top, float right, float bottom, in addRect() method in Path_Delegate
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BatteryMeterDrawableBase.java | 408 mClipPath.addRect(mFrame, Path.Direction.CCW); in draw()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11135 method public void addRect(android.graphics.RectF, android.graphics.Path.Direction); 11136 method public void addRect(float, float, float, float, android.graphics.Path.Direction);
|
/frameworks/base/api/ |
D | current.txt | 13363 method public void addRect(android.graphics.RectF, android.graphics.Path.Direction); 13364 method public void addRect(float, float, float, float, android.graphics.Path.Direction);
|
D | system-current.txt | 14143 method public void addRect(android.graphics.RectF, android.graphics.Path.Direction); 14144 method public void addRect(float, float, float, float, android.graphics.Path.Direction);
|