Searched refs:yRowBytes (Results 1 – 1 of 1) sorted by relevance
178 size_t yRowBytes = rowBytes[0] ? rowBytes[0] : yuvSize.fWidth; in GrTextureToYUVPlanes() local181 if (yRowBytes < (size_t)yuvSize.fWidth || uRowBytes < (size_t)yuvSize.fWidth || in GrTextureToYUVPlanes()191 uint8_t* yLoc = ((uint8_t*)planes[0]) + j * yRowBytes + i; in GrTextureToYUVPlanes()