/external/skia/gm/ |
D | shapes.cpp | 45 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(140, -50, 90, 110), 10, 5, 25, 35); in onOnceBeforeDraw() 48 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(160, -60, 60, 90), 10, 60, 50, 30); in onOnceBeforeDraw() 51 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(220, -120, 60, 90), 1, 89, 59, 1); in onOnceBeforeDraw()
|
D | shadowutils.cpp | 39 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in draw_paths()
|
D | windowrectangles.cpp | 52 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
|
/external/skqp/gm/ |
D | shapes.cpp | 45 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(140, -50, 90, 110), 10, 5, 25, 35); in onOnceBeforeDraw() 48 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(160, -60, 60, 90), 10, 60, 50, 30); in onOnceBeforeDraw() 51 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(220, -120, 60, 90), 1, 89, 59, 1); in onOnceBeforeDraw()
|
D | shadowutils.cpp | 39 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in draw_paths()
|
D | windowrectangles.cpp | 52 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
|
/external/skqp/tests/ |
D | RRectInPathTest.cpp | 250 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect() 285 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic() 302 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY); in test_round_rect_basic() 316 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic()
|
D | RoundRectTest.cpp | 84 r.setNinePatch(oooRects[i], 0, 1, 2, 3); in test_empty() 106 r.setNinePatch(emptyRects[i], 0, 1, 2, 3); in test_empty() 151 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect() 203 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic() 225 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY); in test_round_rect_basic() 244 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic()
|
/external/skia/tests/ |
D | RRectInPathTest.cpp | 250 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect() 285 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic() 302 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY); in test_round_rect_basic() 316 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic()
|
D | RoundRectTest.cpp | 84 r.setNinePatch(oooRects[i], 0, 1, 2, 3); in test_empty() 106 r.setNinePatch(emptyRects[i], 0, 1, 2, 3); in test_empty() 151 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect() 203 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic() 225 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY); in test_round_rect_basic() 244 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAssetInputStream.java | 28 slais.setNinePatch(asset.isNinePatch()); in createAssetInputStream()
|
D | ShadowLegacyAssetInputStream.java | 36 void setNinePatch(boolean ninePatch) { in setNinePatch() method in ShadowLegacyAssetInputStream
|
/external/skqp/include/core/ |
D | SkRRect.h | 258 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
|
/external/skia/include/core/ |
D | SkRRect.h | 258 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
|
/external/skia/samplecode/ |
D | SampleShadowUtils.cpp | 48 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in onOnceBeforeDraw()
|
/external/skqp/samplecode/ |
D | SampleShadowUtils.cpp | 48 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in onOnceBeforeDraw()
|
D | SamplePathFuzz.cpp | 349 rrect.setNinePatch(rect, leftRad, topRad, rightRad, bottomRad); in makeRRect()
|
/external/skia/bench/ |
D | ShapesBench.cpp | 139 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7); in onDelayedSetup()
|
/external/skqp/bench/ |
D | ShapesBench.cpp | 139 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7); in onDelayedSetup()
|
/external/skia/docs/ |
D | SkRRect_Reference.bmh | 43 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, 747 #Method void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, 758 rrect.setNinePatch({30, 10, 100, 60}, 10, 20, 20, 10); 804 #SeeAlso setNinePatch SkPath::addRoundRect
|
/external/skqp/docs/ |
D | SkRRect_Reference.bmh | 43 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, 747 #Method void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, 758 rrect.setNinePatch({30, 10, 100, 60}, 10, 20, 20, 10); 804 #SeeAlso setNinePatch SkPath::addRoundRect
|
/external/skia/src/core/ |
D | SkRRect.cpp | 55 void SkRRect::setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, in setNinePatch() function in SkRRect
|
/external/skqp/src/core/ |
D | SkRRect.cpp | 55 void SkRRect::setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, in setNinePatch() function in SkRRect
|
/external/skqp/site/user/api/ |
D | SkRRect_Reference.md | 45 …void <a href='#SkRRect_setNinePatch'>setNinePatch</a>(const <a href='SkRect_Reference#SkRect'>SkRe… 752 void <a href='#SkRRect_setNinePatch'>setNinePatch</a>(const <a href='SkRect_Reference#SkRect'>SkRec… 830 <a href='#SkRRect_setNinePatch'>setNinePatch</a> <a href='SkPath_Reference#SkPath'>SkPath</a>::<a h…
|
/external/skia/site/user/api/ |
D | SkRRect_Reference.md | 45 …void <a href='#SkRRect_setNinePatch'>setNinePatch</a>(const <a href='SkRect_Reference#SkRect'>SkRe… 752 void <a href='#SkRRect_setNinePatch'>setNinePatch</a>(const <a href='SkRect_Reference#SkRect'>SkRec… 830 <a href='#SkRRect_setNinePatch'>setNinePatch</a> <a href='SkPath_Reference#SkPath'>SkPath</a>::<a h…
|