Home
last modified time | relevance | path

Searched defs:surfBounds (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DReadWritePixelsGpuTest.cpp254 const auto surfBounds = SkIRect::MakeWH(srcPixels.width(), srcPixels.height()); in gpu_read_pixels_test_driver() local
829 const auto surfBounds = SkIRect::MakeSize(dstInfo.dimensions()); in gpu_write_pixels_test_driver() local
/external/skia/src/image/
DSkSurface.cpp209 const SkIRect surfBounds = { 0, 0, fWidth, fHeight }; in makeImageSnapshot() local