Searched refs:premultiply (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp119 * If the image does not have alpha, there is no need to premultiply.
170 static WEBP_CSP_MODE webp_decode_mode(const SkBitmap* decodedBitmap, bool premultiply) { argument
176 mode = premultiply ? MODE_bgrA : MODE_BGRA;
178 mode = premultiply ? MODE_rgbA : MODE_RGBA;
183 mode = premultiply ? MODE_rgbA_4444 : MODE_RGBA_4444;
238 int width, int height, bool premultiply) {
239 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap, premultiply);
265 const SkIRect& region, bool premultiply) {
268 region.height(), premultiply)) {
236 webp_get_config_resize(WebPDecoderConfig* config, SkBitmap* decodedBitmap, int width, int height, bool premultiply) argument
263 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp119 * If the image does not have alpha, there is no need to premultiply.
181 static WEBP_CSP_MODE webp_decode_mode(const SkBitmap* decodedBitmap, bool premultiply) { argument
187 mode = premultiply ? MODE_bgrA : MODE_BGRA;
189 mode = premultiply ? MODE_rgbA : MODE_RGBA;
194 mode = premultiply ? MODE_rgbA_4444 : MODE_RGBA_4444;
249 int width, int height, bool premultiply) {
250 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap, premultiply);
276 const SkIRect& region, bool premultiply) {
279 region.height(), premultiply)) {
247 webp_get_config_resize(WebPDecoderConfig* config, SkBitmap* decodedBitmap, int width, int height, bool premultiply) argument
274 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dasm_fill.h284 /* premultiply src */
289 /* premultiply dst */
547 premultiply( struct ureg_program *ureg, function
679 /* premultiply */
681 {VEGA_PREMULTIPLY_SHADER, premultiply,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dasm_fill.h284 /* premultiply src */
289 /* premultiply dst */
547 premultiply( struct ureg_program *ureg, function
679 /* premultiply */
681 {VEGA_PREMULTIPLY_SHADER, premultiply,

Completed in 795 milliseconds