Searched refs:vRowBytes (Results 1 – 1 of 1) sorted by relevance
180 size_t vRowBytes = rowBytes[2] ? rowBytes[2] : yuvSize.fWidth; in GrTextureToYUVPlanes() local182 vRowBytes < (size_t)yuvSize.fWidth) { in GrTextureToYUVPlanes()193 uint8_t* vLoc = ((uint8_t*)planes[2]) + j * vRowBytes + i; in GrTextureToYUVPlanes()217 size_t vRowBytes = rowBytes[2] ? rowBytes[2] : uvSize.fWidth; in GrTextureToYUVPlanes() local218 if (uRowBytes < (size_t)uvSize.fWidth || vRowBytes < (size_t)uvSize.fWidth) { in GrTextureToYUVPlanes()227 uint8_t* vLoc = ((uint8_t*)planes[2]) + j * vRowBytes + i; in GrTextureToYUVPlanes()