Home
last modified time | relevance | path

Searched refs:argb_size (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c68 const uint64_t argb_size = (uint64_t)width * height; in WebPPictureAllocARGB() local
79 memory = WebPSafeMalloc(argb_size + WEBP_ALIGN_CST, sizeof(*picture->argb)); in WebPPictureAllocARGB()