Home
last modified time | relevance | path

Searched refs:tmpParent (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp345 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 in GrStyledShape()
[all...]

Completed in 1 milliseconds