Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShape.cpp432 SkTLazy<GrShape> tmpParent; in GrShape() local
448 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr)); in GrShape()
449 *this = tmpParent.get()->applyStyle(apply, scale); in GrShape()
463 tmpParent.init(this->path(), GrStyle(strokeRec, nullptr)); in GrShape()
464 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale); in GrShape()
468 tmpParent.get()->asPath(tmpPath.get()); in GrShape()
471 if (tmpParent.get()->style().applies()) { in GrShape()
472 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
474 } else if (tmpParent.get()->style().isSimpleFill()) { in GrShape()
477 SkASSERT(tmpParent.get()->style().isSimpleHairline()); in GrShape()
[all …]
/external/skia/src/gpu/
DGrShape.cpp432 SkTLazy<GrShape> tmpParent; in GrShape() local
448 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr)); in GrShape()
449 *this = tmpParent.get()->applyStyle(apply, scale); in GrShape()
463 tmpParent.init(this->path(), GrStyle(strokeRec, nullptr)); in GrShape()
464 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale); in GrShape()
468 tmpParent.get()->asPath(tmpPath.get()); in GrShape()
471 if (tmpParent.get()->style().applies()) { in GrShape()
472 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline, in GrShape()
474 } else if (tmpParent.get()->style().isSimpleFill()) { in GrShape()
477 SkASSERT(tmpParent.get()->style().isSimpleHairline()); in GrShape()
[all …]