Searched refs:clipBound (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | imagemakewithfilter.cpp | 77 for (auto clipBound : clipBounds) { in onDraw() local 83 sk_sp<SkImage> result = source->makeWithFilter(filters[i].get(), subset, clipBound, in onDraw() 90 outSubset.height()), clipBound); in onDraw()
|
/external/skia/gm/ |
D | imagemakewithfilter.cpp | 313 for (auto clipBound : clipBounds) { in onDraw() local 325 this->drawImageWithFilter(canvas, mainImage, auxImage, filters[i], clipBound, in onDraw() 334 show_bounds(canvas, &clipBound, &subset, outSubsetBounds); in onDraw()
|