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