Home
last modified time | relevance | path

Searched refs:elementBounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrClipStackTest.cpp252 SkIRect elementBounds; in getOptimalBounds() local
257 elementBounds = GrClip::GetPixelIBounds(e.fLocalToDevice.mapRect(e.fShape.bounds()), in getOptimalBounds()
263 elementBounds = GrClip::GetPixelIBounds(e.fShape.rect(), e.fAA, in getOptimalBounds()
266 elementBounds = GrClip::GetPixelIBounds(SkRRectPriv::InnerBounds(e.fShape.rrect()), in getOptimalBounds()
269 elementBounds = SkIRect::MakeEmpty(); in getOptimalBounds()
273 region.op(SkRegion(elementBounds), op); in getOptimalBounds()

Completed in 5 milliseconds