Searched defs:premultiply (Results 1 - 9 of 9) sorted by relevance
/third_party/rust/crates/aho-corasick/src/ |
H A D | dfa.rs | 565 fn premultiply(&mut self) -> Result<()> { in premultiply() functions 683 pub fn premultiply(&mut self, yes: bool) -> &mut Builder { in premultiply() functions
|
H A D | ahocorasick.rs | 1953 pub fn premultiply(&mut self, yes: bool) -> &mut AhoCorasickBuilder { in premultiply() functions
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_diff.c | 115 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 D | anim_util.c | 737 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 D | vf_premultiply.c | 48 void (*premultiply[4])(const uint8_t *msrc, const uint8_t *asrc, member [all...] |
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 178 static WEBP_CSP_MODE webp_decode_mode(SkColorType dstCT, bool premultiply) { in webp_decode_mode() argument
|
H A D | SkSwizzler.cpp | 820 const bool premultiply = (SkEncodedInfo::kOpaque_Alpha != encodedInfo.alpha()) && in Make() local
|
H A D | SkPngCodec.cpp | 278 bool premultiply = needs_premul(dstInfo.alphaType(), this->getEncodedInfo().alpha()); in createColorTable() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 2115 void PixelRoutine::premultiply(Vector4f &c) in premultiply() function in sw::PixelRoutine
|
Completed in 17 milliseconds