Home
last modified time | relevance | path

Searched refs:premultiplied (Results 1 – 23 of 23) sorted by relevance

/external/skia/docs/examples/
DPreMultiplyARGB.cpp8 SkPMColor premultiplied = SkPreMultiplyARGB(160, 128, 160, 192);
12 std::string str = "alpha=" + std::to_string(SkColorGetA(premultiplied));
13 str += " red=" + std::to_string(SkColorGetR(premultiplied));
14 str += " green=" + std::to_string(SkColorGetG(premultiplied));
15 str += " blue=" + std::to_string(SkColorGetB(premultiplied));
DPreMultiplyColor.cpp9 SkPMColor premultiplied = SkPreMultiplyColor(unpremultiplied);
17 str = "alpha=" + std::to_string(SkColorGetA(premultiplied));
18 str += " red=" + std::to_string(SkColorGetR(premultiplied));
19 str += " green=" + std::to_string(SkColorGetG(premultiplied));
20 str += " blue=" + std::to_string(SkColorGetB(premultiplied));
/external/rust/crates/regex-automata/src/
Ddense.rs924 premultiplied: bool, field
991 premultiplied: false, in empty_with_byte_classes()
1015 match (self.premultiplied, self.byte_classes().is_singleton()) { in into_dense_dfa()
1031 premultiplied: self.premultiplied, in as_ref()
1044 premultiplied: self.premultiplied, in to_owned()
1146 if self.premultiplied { in state_id_to_index()
1174 if self.premultiplied { in to_sized()
1184 premultiplied: self.premultiplied, in to_sized()
1264 if self.premultiplied { in to_bytes()
1388 premultiplied: opts & MASK_PREMULTIPLIED > 0, in from_bytes()
[all …]
/external/skia/site/docs/user/
Dsksl.md49 _premultiplied_. In the Skia pipeline, every `SkShader` returns premultiplied
59 Skia's use of premultiplied alpha implies:
67 premultiplied vs. unpremultiplied. Many operations don't make sense if you mix
70 Skia _enforces_ that the color produced by your SkSL is a valid premultiplied
73 demonstrates this: properly premultiplied colors produce a smooth gradient as
Dcolor.md32 1. unpremultiply if the source color is premultiplied -- alpha is not involved
39 6. premultiply by alpha if the destination is premultiplied
65 * opaque colors can be treated as either unpremultiplied or premultiplied,
/external/skqp/docs/
DSkColor_Reference.bmh718 #Line # color components premultiplied by Alpha ##
752 SkPMColor premultiplied = SkPreMultiplyARGB(160, 128, 160, 192);
756 std::string str = "alpha=" + std::to_string(SkColorGetA(premultiplied));
757 str += " red=" + std::to_string(SkColorGetR(premultiplied));
758 str += " green=" + std::to_string(SkColorGetG(premultiplied));
759 str += " blue=" + std::to_string(SkColorGetB(premultiplied));
784 SkPMColor premultiplied = SkPreMultiplyColor(unpremultiplied);
792 str = "alpha=" + std::to_string(SkColorGetA(premultiplied));
793 str += " red=" + std::to_string(SkColorGetR(premultiplied));
794 str += " green=" + std::to_string(SkColorGetG(premultiplied));
[all …]
DSkColor4f_Reference.bmh318 Returns SkColor4f with all components premultiplied by Alpha.
/external/rust/crates/aho-corasick/src/
Ddfa.rs402 premultiplied: bool, field
492 assert!(!self.premultiplied, "can't swap states in premultiplied DFA"); in swap_states()
515 !self.premultiplied, in shuffle_match_states()
566 if self.premultiplied || self.state_count <= 1 { in premultiply()
585 self.premultiplied = true; in premultiply()
635 premultiplied: false, in build()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp392 RetainPtr<CFX_DIBitmap> premultiplied = m_pDIBBase->Clone(nullptr); in StartDIBBase() local
394 CFX_SkiaDeviceDriver::PreMultiply(premultiplied); in StartDIBBase()
396 premultiplied, m_BitmapAlpha, m_FillArgb, m_ImageMatrix, in StartDIBBase()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt35 + Non-premultiplied / invalid color inputs
/external/skia/src/gpu/effects/
DGrDitherEffect.fp45 // between 0 and alpha to keep the color premultiplied.
DGrConfigConversionEffect.fp28 // Fill with every possible premultiplied A, color channel value. There will be 256-y
/external/skqp/src/gpu/effects/
DGrConfigConversionEffect.fp28 // Fill with every possible premultiplied A, color channel value. There will be 256-y
/external/libyuv/files/docs/
Dformats.md135 ARGBBlend expects preattenuated ARGB. The R,G,B are premultiplied by alpha. Other functions don't …
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2572 SkPixmap premultiplied(premultipliedInfo, buffer, rowBytes); in PreMultiply() local
2573 unpremultiplied.readPixels(premultiplied); in PreMultiply()
2594 SkPixmap premultiplied(premultipliedInfo, buffer, rowBytes); in UnPreMultiply() local
2598 premultiplied.readPixels(unpremultiplied); in UnPreMultiply()
/external/skqp/site/user/api/
DSkColor4f_Reference.md455 …>SkColor4f</a> with all components <a href='undocumented#Premultiply'>premultiplied</a> by <a href…
DSkCanvas_Reference.md2065 <a href='undocumented#Premultiply'>premultiplied</a> with <a href='SkMatrix_Reference#SkMatrix'>SkM…
2106 <a href='undocumented#Premultiply'>premultiplied</a> with <a href='SkMatrix_Reference#SkMatrix'>SkM…
2140 <a href='undocumented#Premultiply'>premultiplied</a> with <a href='SkMatrix_Reference#SkMatrix'>SkM…
2175 <a href='undocumented#Premultiply'>premultiplied</a> with <a href='SkMatrix_Reference#SkMatrix'>SkM…
2213 …atrix_Reference#Matrix'>matrix</a> <a href='undocumented#Premultiply'>premultiplied</a> with <a hr…
2249 …SkCanvas_concat_matrix'>matrix</a> <a href='undocumented#Premultiply'>premultiplied</a> with exist…
/external/rust/crates/aho-corasick/
DDESIGN.md329 However, if they are premultiplied, then it can only hold up to
/external/webp/
DREADME540 premultiplied before comparison
/external/libpng/
DCHANGES2151 Added premultiplied alpha feature (Volker Wiendl).
2574 Removed premultiplied alpha feature.
3372 Implemented premultiplied alpha support: png_set_alpha_mode API
Dlibpng-manual.txt848 gamma encoded color values and are not premultiplied by the
/external/mesa3d/docs/relnotes/
D7.10.rst692 - st/vega: Blending should use premultiplied alpha.
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt154998 premultiplied %9198