Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 25 of 87) sorted by relevance

1234

/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.cpp83 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 …]
Dcpdf_pageobjectholder.cpp90 if (pGroup->GetStringFor(pdfium::transparency::kGroupSubType) != in LoadTransparencyInfo()
91 pdfium::transparency::kTransparency) { in LoadTransparencyInfo()
95 if (pGroup->GetIntegerFor(pdfium::transparency::kI)) in LoadTransparencyInfo()
Dcpdf_generalstate.h88 ByteString m_BlendMode = pdfium::transparency::kNormal;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowObjectAnimatorTest.java61 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/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h63 void SetTransparency(const CPDF_Transparency& transparency) { in SetTransparency() argument
64 m_Transparency = transparency; in SetTransparency()
121 const CPDF_Transparency& transparency);
Dcpdf_renderstatus.cpp612 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/
DGifFrame.java11 boolean transparency; field in GifFrame
DGifDecoder.java284 if (currentFrame.transparency) { in getNextFrame()
302 if (currentFrame.transparency) { in getNextFrame()
439 if (!currentFrame.transparency) { in setPixels()
/external/libnl/doc/images/icons/
DREADME2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
/external/pdfium/constants/
DBUILD.gn15 "transparency.h",
Dtransparency.h9 namespace transparency {
/external/python/cryptography/docs/x509/
Dindex.rst12 certificate-transparency
Dcertificate-transparency.rst79 .. _`Certificate Transparency`: https://www.certificate-transparency.org/
/external/skia/site/user/
Dindex.md9 * antialiasing, transparency, filters
/external/skqp/site/user/
Dindex.md9 * antialiasing, transparency, filters
/external/skqp/docs/
DSkBlendMode_Overview.bmh35 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
DSkColor_Reference.bmh9 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 ##
DSkPaint_Reference.bmh23 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 …]
DSkFont_Reference.bmh86 #Line # uses pixel transparency to represent fractional offset ##
88 Font_Subpixel uses the pixel transparency to represent a fractional offset.
147 Whether edge pixels draw opaque or with partial transparency.
158 #Line # glyph positioned in pixel using transparency ##
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeGif.pbtxt17 GIF images with frame or transparency compression are not supported.
/external/pdfium/core/fxcodec/gif/
Dcfx_gif.h76 uint8_t transparency : 1; member
/external/libpng/contrib/conftest/
Dwrite.dfa42 # with transparency and never write 16 bit images, so:
Dread.dfa43 # To read the full set of PNG images correctly interlace, transparency and
/external/skia/site/user/api/
DSkBlendMode_Overview.md32 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/skqp/site/user/api/
DSkBlendMode_Overview.md32 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…

1234