Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_animation_windowAnimationManager.js19 const RRect = { variable
72 RRect, property
/third_party/skia/modules/sksg/src/
DSkSGRect.cpp40 RRect::RRect(const SkRRect& rr) : fRRect(rr) {} in RRect() function in sksg::RRect
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp2852 struct RRect { struct in CircularRRectOp
2853 SkPMColor4f fColor;
2854 SkScalar fInnerRadius;
2855 SkScalar fOuterRadius;
2856 SkRect fDevBounds;
2857 RRectType fType;
3170 struct RRect { struct in EllipticalRRectOp
3171 SkPMColor4f fColor;
3172 SkScalar fXRadius;
3173 SkScalar fYRadius;
[all …]
/third_party/skia/src/core/
DSkPath.cpp3479 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir) { in RRect() function in SkPath
3483 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir, unsigned startIndex) { in RRect() function in SkPath
3487 SkPath SkPath::RRect(const SkRect& r, SkScalar rx, SkScalar ry, SkPathDirection dir) { in RRect() function in SkPath
/third_party/skia/tests/
DGrStyledShapeTest.cpp1160 static const SkRRect& RRect() { in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3670 export type RRect = Float32Array; alias