Searched refs:CreateCornerPathEffect (Results 1 – 14 of 14) sorted by relevance
93 auto pathEffect1 = PathEffect::CreateCornerPathEffect(10); // 10: radius94 auto pathEffect2 = PathEffect::CreateCornerPathEffect(10); // 10: radius108 auto pathEffect1 = PathEffect::CreateCornerPathEffect(10); // 10: radius109 auto pathEffect2 = PathEffect::CreateCornerPathEffect(10); // 10: radius
149 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10));186 paint.SetPathEffect(PathEffect::CreateCornerPathEffect(10));194 paint2.SetPathEffect(PathEffect::CreateCornerPathEffect(10));226 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10));
28 … DECLARE_NAPI_STATIC_FUNCTION("createCornerPathEffect", JsPathEffect::CreateCornerPathEffect), in Init()137 napi_value JsPathEffect::CreateCornerPathEffect(napi_env env, napi_callback_info info) in CreateCornerPathEffect() function in OHOS::Rosen::Drawing::JsPathEffect145 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in CreateCornerPathEffect()
36 static napi_value CreateCornerPathEffect(napi_env env, napi_callback_info info);
43 PathEffect::CreateCornerPathEffect(radius); in PathEffectFuzzTest()58 PathEffect::CreateCornerPathEffect(radius); in PathEffectFuzzTest()
104 auto pathEffect = PathEffect::CreateCornerPathEffect(0.5f);117 auto pathEffect = PathEffect::CreateCornerPathEffect(0.2f);
76 static std::shared_ptr<PathEffect> CreateCornerPathEffect(scalar radius);
84 std::shared_ptr<PathEffect> PathEffect::CreateCornerPathEffect(scalar radius) in CreateCornerPathEffect() function in OHOS::Rosen::Drawing::PathEffect
116 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in PaintFuzzTest002()
80 std::shared_ptr<PathEffect> pathEffect = PathEffect::CreateCornerPathEffect(radius); in PenFuzzTestInner03()
870 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10));
398 const std::shared_ptr<PathEffect> effect = PathEffect::CreateCornerPathEffect(10);
151 auto pathEffect = PathEffect::CreateCornerPathEffect(10);
157 paint_.SetPathEffect(Rosen::Drawing::PathEffect::CreateCornerPathEffect(PAINT_PATH_RADIUS)); in KnuckleDrawingManager()