Home
last modified time | relevance | path

Searched refs:childbounds (Results 1 – 4 of 4) sorted by relevance

/external/skqp/modules/sksg/src/
DSkSGRoundEffect.cpp42 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local
48 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()
DSkSGTrimEffect.cpp42 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/
DSkSGRoundEffect.cpp46 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local
52 SkAssertResult(round->filterPath(&fRoundedPath, path, &rec, &childbounds)); in onRevalidate()
DSkSGTrimEffect.cpp46 const auto childbounds = fChild->revalidate(ic, ctm); in onRevalidate() local
52 SkAssertResult(trim->filterPath(&fTrimmedPath, path, &rec, &childbounds)); in onRevalidate()