Searched refs:childbounds (Results 1 – 4 of 4) sorted by relevance
/external/skqp/modules/sksg/src/ |
D | SkSGRoundEffect.cpp | 42 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local 48 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()
|
D | SkSGTrimEffect.cpp | 42 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local 48 SkAssertResult(trim->filterPath(&fTrimmedPath, path, &rec, &childbounds)); in onRevalidate()
|
/external/skia/modules/sksg/src/ |
D | SkSGRoundEffect.cpp | 46 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local 52 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()
|
D | SkSGTrimEffect.cpp | 46 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local 52 SkAssertResult(trim->filterPath(&fTrimmedPath, path, &rec, &childbounds)); in onRevalidate()
|