Searched refs:rgbStride (Results 1 – 1 of 1) sorted by relevance
505 const int rgbStride = pic.width * bpp; in onEncode() local509 uint8_t* rgb = new uint8_t[rgbStride * pic.height]; in onEncode()511 scanline_import(src + y * bm.rowBytes(), rgb + y * rgbStride, in onEncode()517 ok = SkToBool(WebPPictureImportRGB(&pic, rgb, rgbStride)); in onEncode()519 ok = SkToBool(WebPPictureImportRGBA(&pic, rgb, rgbStride)); in onEncode()