/external/pdfium/core/fpdfapi/page/ |
D | cpdf_generalstate.cpp | 83 return ByteString(pdfium::transparency::kNormal); in GetBlendMode() 85 return ByteString(pdfium::transparency::kMultiply); in GetBlendMode() 87 return ByteString(pdfium::transparency::kScreen); in GetBlendMode() 89 return ByteString(pdfium::transparency::kOverlay); in GetBlendMode() 91 return ByteString(pdfium::transparency::kDarken); in GetBlendMode() 93 return ByteString(pdfium::transparency::kLighten); in GetBlendMode() 95 return ByteString(pdfium::transparency::kColorDodge); in GetBlendMode() 97 return ByteString(pdfium::transparency::kColorBurn); in GetBlendMode() 99 return ByteString(pdfium::transparency::kHardLight); in GetBlendMode() 101 return ByteString(pdfium::transparency::kSoftLight); in GetBlendMode() [all …]
|
D | cpdf_pageobjectholder.cpp | 90 if (pGroup->GetStringFor(pdfium::transparency::kGroupSubType) != in LoadTransparencyInfo() 91 pdfium::transparency::kTransparency) { in LoadTransparencyInfo() 95 if (pGroup->GetIntegerFor(pdfium::transparency::kI)) in LoadTransparencyInfo()
|
D | cpdf_generalstate.h | 88 ByteString m_BlendMode = pdfium::transparency::kNormal;
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowObjectAnimatorTest.java | 61 private int transparency; field in ShadowObjectAnimatorTest.AnimatorTarget 63 public void setTransparency(int transparency) { in setTransparency() argument 64 this.transparency = transparency; in setTransparency() 68 return transparency; in getTransparency()
|
/external/avb/libavb_aftl/ |
D | README.md | 13 transparency that leverages cryptographic proofs of inclusion of build images 41 transparency log key and the manufacturer key. 61 inclusion proof has associated metadata, such as the transparency log URL. A 72 inclusion proof from a specific transparency log server for a given [VBMeta 74 given the corresponding transparency log public key. The inclusion proof 79 transparency logs. This allows the device manufacturer to not rely on a single 80 transparency log, and ensures that the builds represented by the VBMeta 86 included in a transparency log. An inclusion proof consists of three parts: 95 along with related metadata, which is signed by the transparency log’s private 105 1. Given the set of hashes provided from the transparency log as part of the [all …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 63 void SetTransparency(const CPDF_Transparency& transparency) { in SetTransparency() argument 64 m_Transparency = transparency; in SetTransparency() 121 const CPDF_Transparency& transparency);
|
D | cpdf_renderstatus.cpp | 612 CPDF_Transparency transparency = m_Transparency; in ProcessTransparency() local 617 transparency = pFormObj->form()->GetTransparency(); in ProcessTransparency() 618 bGroupTransparent = transparency.IsIsolated(); in ProcessTransparency() 660 if (!(transparency.IsIsolated() || pSMaskDict || bTextClip) && in ProcessTransparency() 681 if (!transparency.IsIsolated() && in ProcessTransparency() 746 if (group_alpha != 1.0f && transparency.IsGroup()) { in ProcessTransparency() 753 transparency = m_Transparency; in ProcessTransparency() 755 transparency.SetGroup(); in ProcessTransparency() 758 transparency); in ProcessTransparency() 1458 const CPDF_Transparency& transparency) { in CompositeDIBitmap() argument [all …]
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifFrame.java | 11 boolean transparency; field in GifFrame
|
D | GifDecoder.java | 284 if (currentFrame.transparency) { in getNextFrame() 302 if (currentFrame.transparency) { in getNextFrame() 439 if (!currentFrame.transparency) { in setPixels()
|
/external/libnl/doc/images/icons/ |
D | README | 2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
|
/external/pdfium/constants/ |
D | BUILD.gn | 15 "transparency.h",
|
D | transparency.h | 9 namespace transparency {
|
/external/python/cryptography/docs/x509/ |
D | index.rst | 12 certificate-transparency
|
D | certificate-transparency.rst | 79 .. _`Certificate Transparency`: https://www.certificate-transparency.org/
|
/external/skqp/site/user/ |
D | index.md | 9 * antialiasing, transparency, filters
|
/external/skia/site/docs/user/ |
D | _index.md | 16 * antialiasing, transparency, filters
|
/external/skqp/docs/ |
D | SkBlendMode_Overview.bmh | 35 Drawing a bitmap with transparency using Porter_Duff compositing is free to clear 40 Draw geometry with transparency using Porter_Duff compositing does not combine
|
D | SkColor_Reference.bmh | 9 the represent transparency and color values. The use of Color constants is not 19 #Line # transparency of Color ## 21 Alpha represents the transparency of Color. Color with Alpha of zero is fully 247 #Line # returns Color with transparency ## 255 #Return Color with transparency ##
|
D | SkPaint_Reference.bmh | 23 algorithms that alter the drawing geometry, color, and transparency. For instance, 285 #Line # approximating coverage with transparency ## 287 Anti_Alias drawing approximates partial pixel coverage with transparency. 312 A red line is drawn with transparency on the edges to make it look smoother. 510 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset. 556 #Line # uses pixel transparency to represent fractional offset ## 558 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset. 761 Color is not Premultiplied; Color_Alpha sets the transparency independent of 879 Color_Alpha sets the transparency independent of RGB: red, blue, and green. 972 pixel. If kAntiAlias_Flag is set, transparency is applied twice, resulting in a darker pixel. Some [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeGif.pbtxt | 17 GIF images with frame or transparency compression are not supported.
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gif.h | 76 uint8_t transparency : 1; member
|
/external/libpng/contrib/conftest/ |
D | write.dfa | 42 # with transparency and never write 16 bit images, so:
|
D | read.dfa | 43 # To read the full set of PNG images correctly interlace, transparency and
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Overview.md | 32 Drawing a <a href='SkBitmap_Reference#Bitmap'>bitmap</a> with transparency using <a href='#Blend_Mo… 37 Draw geometry with transparency using <a href='#Blend_Mode_Overview_Porter_Duff'>Porter_Duff</a> co…
|
/external/skia/site/docs/user/api/ |
D | SkBlendMode_Overview.md | 65 transparency using <a href='#Blend_Mode_Overview_Porter_Duff'>Porter_Duff</a> 70 Draw geometry with transparency using
|