Searched refs:flippedBounds (Results 1 – 4 of 4) sorted by relevance
363 SkIRect flippedBounds; in didWriteToSurface() local365 flippedBounds = {bounds->fLeft, surface->height() - bounds->fBottom, in didWriteToSurface()367 bounds = &flippedBounds; in didWriteToSurface()
367 SkIRect flippedBounds; in didWriteToSurface() local369 flippedBounds = {bounds->fLeft, surface->height() - bounds->fBottom, in didWriteToSurface()371 bounds = &flippedBounds; in didWriteToSurface()
2249 SkIRect flippedBounds; in submitSecondaryCommandBuffer() local2251 flippedBounds = bounds; in submitSecondaryCommandBuffer()2252 flippedBounds.fTop = target->height() - bounds.fBottom; in submitSecondaryCommandBuffer()2253 flippedBounds.fBottom = target->height() - bounds.fTop; in submitSecondaryCommandBuffer()2254 pBounds = &flippedBounds; in submitSecondaryCommandBuffer()
2297 SkIRect flippedBounds; in submitSecondaryCommandBuffer() local2299 flippedBounds = bounds; in submitSecondaryCommandBuffer()2300 flippedBounds.fTop = target->height() - bounds.fBottom; in submitSecondaryCommandBuffer()2301 flippedBounds.fBottom = target->height() - bounds.fTop; in submitSecondaryCommandBuffer()2302 pBounds = &flippedBounds; in submitSecondaryCommandBuffer()