Lines Matching refs:fPathEffect
88 , fPathEffect(static_cast<SkPathEffect*>(load_flattenable(desc, kPathEffect_SkDescriptorTag,
95 , fGenerateImageFromPath(fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL)
131 SkSafeUnref(fPathEffect);
834 if (fRec.fFrameWidth > 0 || fPathEffect != NULL) {
862 if (fPathEffect) {
864 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {