Searched refs:WEBP_CSP_MODE (Results 1 – 6 of 6) sorted by relevance
119 } WEBP_CSP_MODE; typedef140 WEBP_CSP_MODE colorspace; // Colorspace.214 WEBP_EXTERN(WebPIDecoder*) WebPINew(WEBP_CSP_MODE mode);222 WEBP_CSP_MODE mode,
139 static WEBP_CSP_MODE webp_decode_mode(SkBitmap* decodedBitmap) { in webp_decode_mode()140 WEBP_CSP_MODE mode = MODE_LAST; in webp_decode_mode()207 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap); in webp_get_config_resize_crop()241 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap); in webp_get_config_resize()
28 WEBP_CSP_MODE mode = buffer->colorspace; in CheckDecBuffer()65 WEBP_CSP_MODE mode = buffer->colorspace; in AllocateBuffer()
117 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, in DecodeIntoRGBABuffer()193 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* data, in Decode()
482 WebPIDecoder* WebPINew(WEBP_CSP_MODE mode) { in WebPINew()489 WebPIDecoder* WebPINewRGB(WEBP_CSP_MODE mode, uint8_t* output_buffer, in WebPINewRGB()
540 static int IsAlphaMode(WEBP_CSP_MODE mode) { in IsAlphaMode()