Lines Matching refs:effect
12 SkPathEffect* effect = reinterpret_cast<SkPathEffect*>(effectHandle); in destructor() local
13 SkSafeUnref(effect); in destructor()
20 SkPathEffect* effect = SkPathEffect::MakeCompose(sk_ref_sp(outer), in Compose_constructor() local
22 return reinterpret_cast<jlong>(effect); in Compose_constructor()
29 SkPathEffect* effect = SkPathEffect::MakeSum(sk_ref_sp(first), in Sum_constructor() local
31 return reinterpret_cast<jlong>(effect); in Sum_constructor()
43 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release(); in Dash_constructor() local
44 return reinterpret_cast<jlong>(effect); in Dash_constructor()
51 SkPathEffect* effect = SkPath1DPathEffect::Make(*shape, advance, phase, in OneD_constructor() local
53 return reinterpret_cast<jlong>(effect); in OneD_constructor()
57 SkPathEffect* effect = SkCornerPathEffect::Make(radius).release(); in Corner_constructor() local
58 return reinterpret_cast<jlong>(effect); in Corner_constructor()
63 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release(); in Discrete_constructor() local
64 return reinterpret_cast<jlong>(effect); in Discrete_constructor()