HomeSort by relevance Sort by last modified time
    Searched refs:premultiply (Results 1 - 4 of 4) sorted by null

  /external/skia/src/codec/
SkCodec_libpng.h 56 bool decodePalette(bool premultiply, int bitDepth, int* ctableCount);
SkCodec_libpng.cpp 122 bool SkPngCodec::decodePalette(bool premultiply, int bitDepth, int* ctableCount) {
153 if (premultiply) {
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 113 * 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) {
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)) {
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 276 * Premultiply src and dst.
284 /* premultiply src */
289 /* premultiply dst */
547 premultiply( struct ureg_program *ureg, function
679 /* premultiply */
681 {VEGA_PREMULTIPLY_SHADER, premultiply,

Completed in 95 milliseconds