Home
last modified time | relevance | path

Searched refs:CORNER_RADIUS (Results 1 – 5 of 5) sorted by relevance

/external/skia/samplecode/
DSamplePathEffects.cpp22 #define CORNER_RADIUS 12 macro
30 return SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()
45 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()
61 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_warp_pe()
/external/skqp/samplecode/
DSamplePathEffects.cpp22 #define CORNER_RADIUS 12 macro
30 return SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()
45 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_pe()
61 auto inner = SkCornerPathEffect::Make(SkIntToScalar(CORNER_RADIUS)); in make_warp_pe()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java77 Float CORNER_RADIUS = 0f; field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DRectangleContent.java169 } else if (property == LottieProperty.CORNER_RADIUS) { in addValueCallback()
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt518 LottieProperty.CORNER_RADIUS, in <lambda>()