Searched refs:premultiplied (Results 1 – 18 of 18) sorted by relevance
/external/skqp/docs/ |
D | SkColor_Reference.bmh | 718 #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 …]
|
D | SkColor4f_Reference.bmh | 318 Returns SkColor4f with all components premultiplied by Alpha.
|
/external/skia/docs/ |
D | SkColor_Reference.bmh | 718 #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 …]
|
D | SkColor4f_Reference.bmh | 334 Returns SkColor4f with all components premultiplied by Alpha.
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 389 RetainPtr<CFX_DIBitmap> premultiplied = m_pDIBSource->Clone(nullptr); in StartDIBSource() local 391 CFX_SkiaDeviceDriver::PreMultiply(premultiplied); in StartDIBSource() 393 premultiplied, m_BitmapAlpha, m_FillArgb, &m_ImageMatrix, m_Flags, in StartDIBSource()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.blend_equation_advanced.txt | 35 + Non-premultiplied / invalid color inputs
|
/external/skqp/src/gpu/effects/ |
D | GrConfigConversionEffect.fp | 28 // Fill with every possible premultiplied A, color channel value. There will be 256-y
|
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.fp | 28 // Fill with every possible premultiplied A, color channel value. There will be 256-y
|
/external/libyuv/files/docs/ |
D | formats.md | 140 ARGBBlend expects preattenuated ARGB. The R,G,B are premultiplied by alpha. Other functions don't …
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2440 SkPixmap premultiplied(premultipliedInfo, buffer, rowBytes); in PreMultiply() local 2441 unpremultiplied.readPixels(premultiplied); in PreMultiply() 2462 SkPixmap premultiplied(premultipliedInfo, buffer, rowBytes); in UnPreMultiply() local 2466 premultiplied.readPixels(unpremultiplied); in UnPreMultiply()
|
/external/skqp/site/user/api/ |
D | SkColor4f_Reference.md | 455 …>SkColor4f</a> with all components <a href='undocumented#Premultiply'>premultiplied</a> by <a href…
|
D | SkCanvas_Reference.md | 2065 <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/skia/site/user/api/ |
D | SkColor4f_Reference.md | 455 …>SkColor4f</a> with all components <a href='undocumented#Premultiply'>premultiplied</a> by <a href…
|
D | SkCanvas_Reference.md | 2065 <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/webp/ |
D | README | 534 premultiplied before comparison
|
/external/libpng/ |
D | CHANGES | 2152 Added premultiplied alpha feature (Volker Wiendl). 2575 Removed premultiplied alpha feature. 3373 Implemented premultiplied alpha support: png_set_alpha_mode API
|
D | libpng-manual.txt | 847 gamma encoded color values and are not premultiplied by the
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 154998 premultiplied %9198
|