HomeSort by relevance Sort by last modified time
    Searched refs:addRoundRect (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /frameworks/base/libs/hwui/tests/microbench/
ShadowBench.cpp 74 path.addRoundRect(SkRect::MakeWH(100, 100), 5, 5);
91 path.addRoundRect(SkRect::MakeLTRB(0, 0, 100, 100), 5, 5);
  /external/skia/gm/
complexclip2.cpp 63 fPaths[0].addRoundRect(fRects[0], 5, 5);
68 fPaths[1].addRoundRect(fRects[1], 5, 5);
73 fPaths[2].addRoundRect(fRects[2], 5, 5);
78 fPaths[3].addRoundRect(fRects[3], 5, 5);
83 fPaths[4].addRoundRect(fRects[4], 5, 5);
pathinterior.cpp 82 path.addRoundRect(r, RAD, RAD, outerDir);
88 path.addRoundRect(r, RAD, RAD, innerDir);
distantclip.cpp 42 p.addRoundRect(r, 5, 5);
pathopsskpclip.cpp 44 p.addRoundRect(r, SkIntToScalar(50), SkIntToScalar(50));
simpleaaclip.cpp 66 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5));
67 fRectPath.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
samplerstress.cpp 110 path.addRoundRect(temp, SkIntToScalar(5), SkIntToScalar(5));
  /external/skqp/gm/
complexclip2.cpp 63 fPaths[0].addRoundRect(fRects[0], 5, 5);
68 fPaths[1].addRoundRect(fRects[1], 5, 5);
73 fPaths[2].addRoundRect(fRects[2], 5, 5);
78 fPaths[3].addRoundRect(fRects[3], 5, 5);
83 fPaths[4].addRoundRect(fRects[4], 5, 5);
pathinterior.cpp 82 path.addRoundRect(r, RAD, RAD, outerDir);
88 path.addRoundRect(r, RAD, RAD, innerDir);
distantclip.cpp 42 p.addRoundRect(r, 5, 5);
pathopsskpclip.cpp 44 p.addRoundRect(r, SkIntToScalar(50), SkIntToScalar(50));
simpleaaclip.cpp 66 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5));
67 fRectPath.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
samplerstress.cpp 110 path.addRoundRect(temp, SkIntToScalar(5), SkIntToScalar(5));
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 113 mPath.addRoundRect(r, mOuterRadii, Path.Direction.CW);
122 mPath.addRoundRect(mInnerRect, mInnerRadii, Path.Direction.CCW);
  /external/skia/bench/
AAClipBench.cpp 38 fClipPath.addRoundRect(fClipRect, SkIntToScalar(10), SkIntToScalar(10));
56 fClipPath.addRoundRect(fClipRect,
130 path.addRoundRect(temp, SkIntToScalar(3), SkIntToScalar(3));
193 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20));
  /external/skia/samplecode/
SampleIdentityScale.cpp 67 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
SampleAAClip.cpp 85 path.addRoundRect(bounds, 4, 4);
  /external/skqp/bench/
AAClipBench.cpp 38 fClipPath.addRoundRect(fClipRect, SkIntToScalar(10), SkIntToScalar(10));
56 fClipPath.addRoundRect(fClipRect,
130 path.addRoundRect(temp, SkIntToScalar(3), SkIntToScalar(3));
193 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20));
  /external/skqp/samplecode/
SampleIdentityScale.cpp 67 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
SampleAAClip.cpp 85 path.addRoundRect(bounds, 4, 4);
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallPaginator.java 126 inactiveDotPath.addRoundRect(
138 inactiveDotPath.addRoundRect(
153 inactiveDotPath.addRoundRect(
161 inactiveDotPath.addRoundRect(
  /frameworks/base/graphics/java/android/graphics/
Path.java 627 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) {
628 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, dir);
638 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry,
653 public void addRoundRect(RectF rect, float[] radii, Direction dir) {
657 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, radii, dir);
668 public void addRoundRect(float left, float top, float right, float bottom, float[] radii,
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
FastScrollThumbDrawable.java 58 mPath.addRoundRect(bounds.left, bounds.top, bounds.left + diameter, bounds.top + diameter,
  /packages/apps/Launcher3/src/com/android/launcher3/views/
TopRoundedCornerView.java 80 mClipPath.addRoundRect(mRect, mRadii, Path.Direction.CW);
  /external/skia/tests/
ParsePathTest.cpp 63 p.addRoundRect(r, 4, 4.5f);

Completed in 432 milliseconds

1 2 3 4