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

  /frameworks/base/libs/hwui/
TessellationCache.cpp 441 // RoundRect
445 SkRect rect = SkRect::MakeWH(description.shape.roundRect.width,
446 description.shape.roundRect.height);
447 float rx = description.shape.roundRect.rx;
448 float ry = description.shape.roundRect.ry;
464 entry.shape.roundRect.width = width;
465 entry.shape.roundRect.height = height;
466 entry.shape.roundRect.rx = rx;
467 entry.shape.roundRect.ry = ry;
TessellationCache.h 63 struct RoundRect {
68 } roundRect;
PathCache.cpp 507 entry.shape.roundRect.mWidth = width;
508 entry.shape.roundRect.mHeight = height;
509 entry.shape.roundRect.mRx = rx;
510 entry.shape.roundRect.mRy = ry;
PathCache.h 123 struct RoundRect {
128 } roundRect;
  /external/chromium_org/third_party/skia/tests/
CanvasStateTest.cpp 220 SkRRect roundRect;
221 roundRect.setOval(SkRect::MakeWH(5, 5));
223 canvas.clipRRect(roundRect, SkRegion::kIntersect_Op, true);
  /external/skia/tests/
CanvasStateTest.cpp 220 SkRRect roundRect;
221 roundRect.setOval(SkRect::MakeWH(5, 5));
223 canvas.clipRRect(roundRect, SkRegion::kIntersect_Op, true);
  /external/chromium_org/content/shell/renderer/test_runner/
WebTestThemeEngineMock.cpp 158 void roundRect(SkCanvas *canvas, SkIRect irect, SkColor color)
512 roundRect(canvas, irect, bgColors(state));

Completed in 189 milliseconds