Home
last modified time | relevance | path

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

1234567

/third_party/ffmpeg/libavcodec/
Dffv1dec.c319 if (f->colorspace == 0 && (f->chroma_planes || !fs->transparency)) { in decode_slice()
330 if (fs->transparency) in decode_slice()
447 f->transparency = get_rac(c, state); in read_extra_header()
448 f->plane_count = 1 + (f->chroma_planes || f->version<4) + f->transparency; in read_extra_header()
517 f->transparency, in read_extra_header()
536 … int chroma_planes, chroma_h_shift, chroma_v_shift, transparency, colorspace, bits_per_raw_sample; in read_header() local
561 transparency = get_rac(c, state); in read_header()
563 transparency = 0; in read_header()
571 transparency != f->transparency) { in read_header()
588 f->transparency = transparency; in read_header()
[all …]
Dffv1enc_template.c135 int transparency = s->transparency; in RENAME() local
136 int packed_size = (3 + transparency)*2; in RENAME()
161 if (transparency) in RENAME()
163 } else if (sizeof(TYPE) == 4 || transparency) { in RENAME()
167 if (transparency) in RENAME()
188 for (p = 0; p < 3 + transparency; p++) { in RENAME()
Dffv1dec_template.c135 int transparency = s->transparency; in RENAME() local
147 for (p = 0; p < 3 + transparency; p++) { in RENAME()
179 else if (sizeof(TYPE) == 4 || transparency) { in RENAME()
183 if (transparency) in RENAME()
Dcdgraphics.c71 int transparency; member
82 cc->transparency = -1; in cdg_decode_init()
124 if (cc->transparency >= 0) in cdg_load_palette()
125 palette[cc->transparency] &= 0xFFFFFF; in cdg_load_palette()
349 cc->transparency = cdg_data[0] & 0xF; in cdg_decode_frame()
Dffv1enc.c368 put_rac(c, state, f->transparency); in write_header()
431 put_rac(c, state, f->transparency); in write_extradata()
633 s->transparency = !!(desc->flags & AV_PIX_FMT_FLAG_ALPHA); in encode_init()
641 s->transparency = 1; in encode_init()
647 s->transparency = 1; in encode_init()
685 s->transparency = !!(desc->flags & AV_PIX_FMT_FLAG_ALPHA); in encode_init()
771 if (!s->transparency) in encode_init()
873 int plane_count = 1 + 2*s->chroma_planes + s->transparency; in encode_init()
1092 if (fs->transparency) in encode_slice()
Dffv1.c71 fs->transparency = f->transparency; in ff_ffv1_init_slice_state()
Dffv1.h91 int transparency; member
/third_party/openGLES/extensions/SGIS/
DGLX_SGIS_blended_overlay.txt24 This extension augments the set of transparency types for GLX
26 transparency type designated BLENDED_RGBA_SGIS is defined for
29 transparency, a window created with a BLENDED_RGBA_SGIS
30 transparency type visual blends with the lower frame buffer layers
106 overlays will only be usable for transparency via OpenGL
108 therefore advertise the visual as having transparency type None (no
109 new transparency type will be added to SOV). YES.
202 or not the visual supports transparency, and if it does support
203 transparency, what type of transparency is available. If the
207 GLX_BLENDED_RGBA_SGIS then the visual supports transparency. ...
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DGLX_SGIS_blended_overlay.txt24 This extension augments the set of transparency types for GLX
26 transparency type designated BLENDED_RGBA_SGIS is defined for
29 transparency, a window created with a BLENDED_RGBA_SGIS
30 transparency type visual blends with the lower frame buffer layers
106 overlays will only be usable for transparency via OpenGL
108 therefore advertise the visual as having transparency type None (no
109 new transparency type will be added to SOV). YES.
202 or not the visual supports transparency, and if it does support
203 transparency, what type of transparency is available. If the
207 GLX_BLENDED_RGBA_SGIS then the visual supports transparency. ...
/third_party/openssl/apps/
Dct_log_list.cnf5 # www.certificate-transparency.org/known-logs
8 # https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/pr…
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_visual_info.txt35 The X server allows two types of transparency: pixel and mask.
36 For mask, any pixel matching the transparency mask is transparent.
43 a GLX_TRANSPARENT_ALPHA or GLX_TRANSPARENT_RGBA transparency
118 the visual supports transparency, and if it does support transparency,
119 what type of transparency is available. If the attribute is set to
122 GLX_TRANSPARENT_INDEX_EXT then the visual supports transparency.
128 StaticColor the transparency mode GLX_TRANSPARENT_INDEX_EXT is used.
DEXT_point_parameters.txt29 color, point transparency, and the response of the display's electron gun
30 and phosphor. The point area and the point transparency are derived from the
38 size to the raster point area and point transparency. This is done in order
40 words, the alpha component of a point may be decreased (and its transparency
55 area and point transparency.
/third_party/openGLES/extensions/EXT/
DGLX_EXT_visual_info.txt35 The X server allows two types of transparency: pixel and mask.
36 For mask, any pixel matching the transparency mask is transparent.
43 a GLX_TRANSPARENT_ALPHA or GLX_TRANSPARENT_RGBA transparency
118 the visual supports transparency, and if it does support transparency,
119 what type of transparency is available. If the attribute is set to
122 GLX_TRANSPARENT_INDEX_EXT then the visual supports transparency.
128 StaticColor the transparency mode GLX_TRANSPARENT_INDEX_EXT is used.
DEXT_point_parameters.txt29 color, point transparency, and the response of the display's electron gun
30 and phosphor. The point area and the point transparency are derived from the
38 size to the raster point area and point transparency. This is done in order
40 words, the alpha component of a point may be decreased (and its transparency
55 area and point transparency.
/third_party/ffmpeg/tests/fate/
Dprores.mak7 fate-prores-transparency \
20 fate-prores-transparency: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/prores4444_wi…
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dmaterial.dart44 /// A [Material] with type transparency can be placed on top of opaque widgets
49 transparency
63 MaterialType.transparency: null,
115 /// Changes to [shape] are animated if [type] is not [MaterialType.transparency]
135 /// - [MaterialType.transparency]: the default material shape is a rectangle.
228 /// [MaterialType.transparency].
362 backgroundColor != null || widget.type == MaterialType.transparency,
363 'If Material type is not MaterialType.transparency, a color must '
416 if (widget.type == MaterialType.transparency) {
475 case MaterialType.transparency:
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_point_parameters.txt47 point color, point transparency, and the response of the display's
48 electron gun and phosphor. The point area and the point transparency
58 point size to the raster point area and point transparency. This is
61 decreased (and its transparency increased) as its area shrinks below
76 of the rasterized point area and point transparency.
/third_party/flutter/flutter/packages/flutter/test/material/
Dmaterial_test.dart295 type: MaterialType.transparency,
308 type: MaterialType.transparency,
322 type: MaterialType.transparency,
342 type: MaterialType.transparency,
362 type: MaterialType.transparency,
632 type: MaterialType.transparency,
652 type: MaterialType.transparency,
/third_party/ffmpeg/libavformat/
Diff.c120 unsigned transparency; ///< transparency color index in palette member
426 unsigned transparency = 0; in iff_read_header() local
562 transparency = avio_rb16(pb); in iff_read_header()
780 iff->transparency = transparency; in iff_read_header()
794 bytestream_put_be16(&buf, iff->transparency); in iff_read_header()
/third_party/flutter/skia/site/user/
Dindex.md9 * antialiasing, transparency, filters
/third_party/openGLES/extensions/ARB/
DARB_point_parameters.txt57 point color, point transparency, and the response of the display's
58 electron gun and phosphor. The point area and the point transparency
68 point size to the raster point area and point transparency. This is
71 decreased (and its transparency increased) as its area shrinks below
86 of the rasterized point area and point transparency.
/third_party/skia/site/docs/user/
D_index.md16 * antialiasing, transparency, filters
/third_party/openssl/test/ct/
Dlog_list.cnf7 description = https://github.com/google/certificate-transparency/tree/99218b6445906a81f219d84e9c6d2…
/third_party/gstreamer/gstplugins_good/gst/videobox/
DREADME14 0.0 means total transparency, 1.0 is opaque.
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/
Dwrite.dfa42 # with transparency and never write 16 bit images, so:

1234567