Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp1179 size_t tightRowBytes = GrBytesPerPixel(config) * width; in onReadPixels() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2409 size_t tightRowBytes = bytesPerPixel * width; in onReadPixels() local