Home
last modified time | relevance | path

Searched defs:RRect (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/sksg/src/
DSkSGRect.cpp40 RRect::RRect(const SkRRect& rr) : fRRect(rr) {} in RRect() function in sksg::RRect
/external/skia/src/gpu/ganesh/ops/
DGrOvalOpFactory.cpp2828 struct RRect { struct in CircularRRectOp
2829 SkPMColor4f fColor;
2830 SkScalar fInnerRadius;
2831 SkScalar fOuterRadius;
2832 SkRect fDevBounds;
2833 RRectType fType;
3146 struct RRect { struct in EllipticalRRectOp
3147 SkPMColor4f fColor;
3148 SkScalar fXRadius;
3149 SkScalar fYRadius;
[all …]
/external/skia/src/core/
DSkPath.cpp3505 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir) { in RRect() function in SkPath
3509 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir, unsigned startIndex) { in RRect() function in SkPath
3513 SkPath SkPath::RRect(const SkRect& r, SkScalar rx, SkScalar ry, SkPathDirection dir) { in RRect() function in SkPath
/external/skia/tests/
DGrStyledShapeTest.cpp1186 static const SkRRect& RRect() { in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts4020 export type RRect = Float32Array; alias