HomeSort by relevance Sort by last modified time
    Searched refs:setNinePatch (Results 1 - 22 of 22) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetInputStream.java 31 void setNinePatch(boolean ninePatch) {
ShadowAssetManager.java 461 sais.setNinePatch(fileName.toLowerCase().endsWith(".9.png"));
    [all...]
  /external/skia/gm/
shapes.cpp 36 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(140, -50, 90, 110), 10, 5, 25, 35);
39 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(160, -60, 60, 90), 10, 60, 50, 30);
42 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(220, -120, 60, 90), 1, 89, 59, 1);
shadowutils.cpp 39 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16);
windowrectangles.cpp 51 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20);
  /external/skqp/gm/
shapes.cpp 36 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(140, -50, 90, 110), 10, 5, 25, 35);
39 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(160, -60, 60, 90), 10, 60, 50, 30);
42 fShapes.push_back().setNinePatch(SkRect::MakeXYWH(220, -120, 60, 90), 1, 89, 59, 1);
shadowutils.cpp 35 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16);
windowrectangles.cpp 51 nine.setNinePatch(SkRect::MakeXYWH(550 - 30.25 - 100, 370.75, 100, 150), 12, 35, 23, 20);
  /external/skia/tests/
RRectInPathTest.cpp 250 rr.setNinePatch(rect, l, t, r, b);
285 rr1_3.setNinePatch(rect, 0, 0, 0, 0);
302 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY);
316 rr3_3.setNinePatch(rect, 5, 5, 5, 5);
RoundRectTest.cpp 84 r.setNinePatch(oooRects[i], 0, 1, 2, 3);
106 r.setNinePatch(emptyRects[i], 0, 1, 2, 3);
151 rr.setNinePatch(rect, l, t, r, b);
203 rr1_3.setNinePatch(rect, 0, 0, 0, 0);
225 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY);
244 rr3_3.setNinePatch(rect, 5, 5, 5, 5);
  /external/skqp/tests/
RRectInPathTest.cpp 250 rr.setNinePatch(rect, l, t, r, b);
285 rr1_3.setNinePatch(rect, 0, 0, 0, 0);
302 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY);
316 rr3_3.setNinePatch(rect, 5, 5, 5, 5);
RoundRectTest.cpp 84 r.setNinePatch(oooRects[i], 0, 1, 2, 3);
106 r.setNinePatch(emptyRects[i], 0, 1, 2, 3);
151 rr.setNinePatch(rect, l, t, r, b);
203 rr1_3.setNinePatch(rect, 0, 0, 0, 0);
225 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY);
244 rr3_3.setNinePatch(rect, 5, 5, 5, 5);
  /external/skia/include/core/
SkRRect.h 191 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
  /external/skia/samplecode/
SampleShadowUtils.cpp 49 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16);
SamplePathFuzz.cpp 350 rrect.setNinePatch(rect, leftRad, topRad, rightRad, bottomRad);
  /external/skqp/include/core/
SkRRect.h 192 void setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
  /external/skqp/samplecode/
SampleShadowUtils.cpp 48 oddRRect.setNinePatch(SkRect::MakeWH(50, 50), 9, 13, 6, 16);
SamplePathFuzz.cpp 350 rrect.setNinePatch(rect, leftRad, topRad, rightRad, bottomRad);
  /external/skia/bench/
ShapesBench.cpp 140 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7);
  /external/skqp/bench/
ShapesBench.cpp 140 fRRect.setNinePatch(fRect.rect(), w / 8, h / 13, w / 11, h / 7);
  /external/skia/src/core/
SkRRect.cpp 51 void SkRRect::setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,
  /external/skqp/src/core/
SkRRect.cpp 51 void SkRRect::setNinePatch(const SkRect& rect, SkScalar leftRad, SkScalar topRad,

Completed in 827 milliseconds