Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DTransferPixelsTest.cpp83 size_t tmpRowBytes = GrColorTypeBytesPerPixel(supportedRead.fColorType) * w; in read_pixels_from_texture() local
84 std::unique_ptr<char[]> tmpPixels(new char[tmpRowBytes * h]); in read_pixels_from_texture()
90 tmpRowBytes)) { in read_pixels_from_texture()
97 GrPixmap(tmpInfo, tmpPixels.get(), tmpRowBytes)); in read_pixels_from_texture()

Completed in 2 milliseconds