Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h348 WEBP_EXTERN uint8_t* WebPIDecGetRGB(
/third_party/skia/src/codec/
DSkWebpCodec.cpp496 if (!WebPIDecGetRGB(idec, &rowsDecoded, nullptr, nullptr, nullptr) in onGetPixels()
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c854 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() function
/third_party/skia/third_party/externals/libwebp/
DREADME708 method: WebPIDecGetRGB or WebPIDecGetYUVA.
DChangeLog537 a9c8916b decode.h,WebPIDecGetRGB: clarify output ptr validity
4135 ca554137 fix WebPIDecGetRGB() to accept any RGB(A) mode, not just MODE_RGB