Searched refs:uRowBytes (Results 1 – 1 of 1) sorted by relevance
179 size_t uRowBytes = rowBytes[1] ? rowBytes[1] : yuvSize.fWidth; in GrTextureToYUVPlanes() local181 if (yRowBytes < (size_t)yuvSize.fWidth || uRowBytes < (size_t)yuvSize.fWidth || in GrTextureToYUVPlanes()192 uint8_t* uLoc = ((uint8_t*)planes[1]) + j * uRowBytes + i; in GrTextureToYUVPlanes()216 size_t uRowBytes = rowBytes[1] ? rowBytes[1] : uvSize.fWidth; in GrTextureToYUVPlanes() local218 if (uRowBytes < (size_t)uvSize.fWidth || vRowBytes < (size_t)uvSize.fWidth) { in GrTextureToYUVPlanes()226 uint8_t* uLoc = ((uint8_t*)planes[1]) + j * uRowBytes + i; in GrTextureToYUVPlanes()