Home | History | Annotate | Download | only in core

Lines Matching refs:fPathEffect

74     , fPathEffect(sk_ref_sp(effects.fPathEffect))
77 , fGenerateImageFromPath(fRec.fFrameWidth > 0 || fPathEffect != nullptr)
564 if (fRec.fFrameWidth > 0 || fPathEffect != nullptr) {
592 if (fPathEffect) {
594 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr)) {
1063 if (effects->fPathEffect) {
1136 if (effects.fPathEffect) {
1137 effects.fPathEffect->flatten(*pathEffectBuffer);
1185 if (effects.fPathEffect) {
1217 if (effects.fPathEffect) {