Home
last modified time | relevance | path

Searched defs:RRect (Results 1 – 10 of 10) 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/flutter/skia/modules/sksg/src/
DSkSGRect.cpp42 RRect::RRect(const SkRRect& rr) : fRRect(rr) {} in RRect() function in sksg::RRect
/third_party/flutter/skia/src/gpu/ops/
DGrOvalOpFactory.cpp2611 struct RRect { struct in CircularRRectOp
2612 SkPMColor4f fColor;
2613 SkScalar fInnerRadius;
2614 SkScalar fOuterRadius;
2615 SkRect fDevBounds;
2616 RRectType fType;
2888 struct RRect { struct in EllipticalRRectOp
2889 SkPMColor4f fColor;
2890 SkScalar fXRadius;
2891 SkScalar fYRadius;
[all …]
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.h32 class RRect; variable
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp2823 struct RRect { struct in CircularRRectOp
2824 SkPMColor4f fColor;
2825 SkScalar fInnerRadius;
2826 SkScalar fOuterRadius;
2827 SkRect fDevBounds;
2828 RRectType fType;
3141 struct RRect { struct in EllipticalRRectOp
3142 SkPMColor4f fColor;
3143 SkScalar fXRadius;
3144 SkScalar fYRadius;
[all …]
/third_party/skia/src/core/
DSkPath.cpp3433 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir) { in RRect() function in SkPath
3437 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir, unsigned startIndex) { in RRect() function in SkPath
3441 SkPath SkPath::RRect(const SkRect& r, SkScalar rx, SkScalar ry, SkPathDirection dir) { in RRect() function in SkPath
/third_party/flutter/skia/tests/
DGrShapeTest.cpp1150 static const SkRRect& RRect() { in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
/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