Lines Matching refs:tmpParent
345 SkTLazy<GrStyledShape> tmpParent;
363 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr));
364 *this = tmpParent->applyStyle(apply, scale);
378 tmpParent.init(fShape.path(), GrStyle(strokeRec, nullptr));
379 tmpParent->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale);
383 tmpParent->asPath(tmpPath.get());
386 if (tmpParent->style().applies()) {
387 SkAssertResult(tmpParent.get()->style().applyToPath(&fShape.path(), &fillOrHairline,
389 } else if (tmpParent->style().isSimpleFill()) {
392 SkASSERT(tmpParent.get()->style().isSimpleHairline());
396 parentForKey = tmpParent.get();