Home
last modified time | relevance | path

Searched refs:setNinePatch (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/gm/
Dshapes.cpp45 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()
Dshadowutils.cpp39 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in draw_paths()
Dwindowrectangles.cpp52 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
/external/skqp/gm/
Dshapes.cpp45 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()
Dshadowutils.cpp39 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in draw_paths()
Dwindowrectangles.cpp52 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20); in onDraw()
/external/skqp/tests/
DRRectInPathTest.cpp250 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()
DRoundRectTest.cpp84 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/
DRRectInPathTest.cpp250 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()
DRoundRectTest.cpp84 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/
DShadowAssetInputStream.java28 slais.setNinePatch(asset.isNinePatch()); in createAssetInputStream()
DShadowLegacyAssetInputStream.java36 void setNinePatch(boolean ninePatch) { in setNinePatch() method in ShadowLegacyAssetInputStream
/external/skqp/include/core/
DSkRRect.h258 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
/external/skia/include/core/
DSkRRect.h258 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
/external/skia/samplecode/
DSampleShadowUtils.cpp48 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in onOnceBeforeDraw()
/external/skqp/samplecode/
DSampleShadowUtils.cpp48 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16); in onOnceBeforeDraw()
DSamplePathFuzz.cpp349 rrect.setNinePatch(rect, leftRad, topRad, rightRad, bottomRad); in makeRRect()
/external/skia/bench/
DShapesBench.cpp139 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7); in onDelayedSetup()
/external/skqp/bench/
DShapesBench.cpp139 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7); in onDelayedSetup()
/external/skia/docs/
DSkRRect_Reference.bmh43 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/
DSkRRect_Reference.bmh43 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/
DSkRRect.cpp55 void SkRRect::setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, in setNinePatch() function in SkRRect
/external/skqp/src/core/
DSkRRect.cpp55 void SkRRect::setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad, in setNinePatch() function in SkRRect
/external/skqp/site/user/api/
DSkRRect_Reference.md45 …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/
DSkRRect_Reference.md45 …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…

12