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

/external/skia/src/codec/
H A DSkCodec_libpng.h56 bool decodePalette(bool premultiply, int bitDepth, int* ctableCount);
H A DSkCodec_libpng.cpp122 bool SkPngCodec::decodePalette(bool premultiply, int bitDepth, int* ctableCount) { argument
153 if (premultiply) {
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp113 * If the image does not have alpha, there is no need to premultiply.
175 static WEBP_CSP_MODE webp_decode_mode(const SkBitmap* decodedBitmap, bool premultiply) { argument
181 mode = premultiply ? MODE_bgrA : MODE_BGRA;
183 mode = premultiply ? MODE_rgbA : MODE_RGBA;
188 mode = premultiply ? MODE_rgbA_4444 : MODE_RGBA_4444;
243 int width, int height, bool premultiply) {
244 WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap, premultiply);
270 const SkIRect& region, bool premultiply) {
273 region.height(), premultiply)) {
241 webp_get_config_resize(WebPDecoderConfig* config, SkBitmap* decodedBitmap, int width, int height, bool premultiply) argument
268 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
/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 156 milliseconds