Home
last modified time | relevance | path

Searched defs:premultiply (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs565 fn premultiply(&mut self) -> Result<()> { in premultiply() functions
683 pub fn premultiply(&mut self, yes: bool) -> &mut Builder { in premultiply() functions
H A Dahocorasick.rs1953 pub fn premultiply(&mut self, yes: bool) -> &mut AhoCorasickBuilder { in premultiply() functions
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_diff.c115 static int CompareBackgroundColor(uint32_t bg1, uint32_t bg2, int premultiply) { in CompareBackgroundColor() argument
216 int premultiply = 1; in main() local
131 CompareAnimatedImagePair(const AnimatedImage* const img1, const AnimatedImage* const img2, int premultiply, double min_psnr) CompareAnimatedImagePair() argument
H A Danim_util.c737 GetDiffAndPSNR(const uint8_t rgba1[], const uint8_t rgba2[], uint32_t width, uint32_t height, int premultiply, int* const max_diff, double* const psnr) GetDiffAndPSNR() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_premultiply.c48 void (*premultiply[4])(const uint8_t *msrc, const uint8_t *asrc, member
[all...]
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp178 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode() argument
H A DSkSwizzler.cpp820 const bool premultiply = (SkEncodedInfo::kOpaque_Alpha != encodedInfo.alpha()) && in Make() local
H A DSkPngCodec.cpp278 bool premultiply = needs_premul(dstInfo.alphaType(), this->getEncodedInfo().alpha()); in createColorTable() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp2115 void PixelRoutine::premultiply(Vector4f &c) in premultiply() function in sw::PixelRoutine

Completed in 17 milliseconds