Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrOvalOpFactory.cpp2879 struct RRect { struct in CircularRRectOp
2880 SkPMColor4f fColor;
2881 SkScalar fInnerRadius;
2882 SkScalar fOuterRadius;
2883 SkRect fDevBounds;
2884 RRectType fType;
3198 struct RRect { struct in EllipticalRRectOp
3199 SkPMColor4f fColor;
3200 SkScalar fXRadius;
3201 SkScalar fYRadius;
[all …]
/aosp_15_r20/external/skia/modules/sksg/src/
H A DSkSGRect.cpp44 RRect::RRect(const SkRRect& rr) : fRRect(rr) {} in RRect() function in sksg::RRect
/aosp_15_r20/external/skia/src/core/
H A DSkPath.cpp3549 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir) { in RRect() function in SkPath
3553 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir, unsigned startIndex) { in RRect() function in SkPath
3557 SkPath SkPath::RRect(const SkRect& r, SkScalar rx, SkScalar ry, SkPathDirection dir) { in RRect() function in SkPath
/aosp_15_r20/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp99 RRect, enumerator
/aosp_15_r20/external/skia/tests/
H A DGrStyledShapeTest.cpp1176 static const SkRRect& RRect() { in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts4367 export type RRect = Float32Array; alias