Searched refs:fAppliedPE (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 560 const GrStyledShape& appliedPathEffectShape() const { return *fAppliedPE; } in appliedPathEffectShape() 589 fAppliedPE = std::make_unique<GrStyledShape>(); in init() 593 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init() 595 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init() 599 make_key(&fAppliedPEKey, *fAppliedPE); in init() 605 check_original_path_ids(r, *fBase, *fAppliedPE, *fAppliedPEThenStroke, *fAppliedFull); in init() 619 if (fAppliedPE->asRRect(nullptr, nullptr, nullptr, nullptr)) { in init() 630 fAppliedPE->asPath(&path); in init() 631 REPORTER_ASSERT(r, path.isEmpty() == fAppliedPE->isEmpty()); in init() 632 REPORTER_ASSERT(r, path.getSegmentMasks() == fAppliedPE in init() 694 std::unique_ptr<GrStyledShape> fAppliedPE; global() member in __anon19017::TestCase [all...] |
Completed in 3 milliseconds