/external/webp/imageio/ |
D | image_enc.c | 79 uint32_t width, uint32_t height, int has_alpha) { in WriteUsingWIC() 150 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWritePNG() local 189 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWritePNG() local 298 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteBMP() local 375 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteTIFF() local
|
D | wicdec.c | 214 int has_alpha; in HasAlpha() local 287 int has_alpha = 0; in ReadPictureWithWIC() local
|
D | webpdec.c | 167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
|
D | pngdec.c | 238 int has_alpha; in ReadPNG() local
|
/external/webp/src/dec/ |
D | io_dec.c | 187 const int has_alpha = WebPDispatchAlpha(alpha, io->width, mb_w, in EmitAlphaRGB() local 293 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler() local 489 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler() local
|
D | vp8l_dec.c | 119 int* const has_alpha) { in ReadImageInfo() 129 int* const width, int* const height, int* const has_alpha) { in VP8LGetInfo() 1646 int width, height, has_alpha; in VP8LDecodeHeader() local
|
D | webp_dec.c | 281 int* const has_alpha, in ParseHeadersInternal()
|
/external/webp/examples/ |
D | dwebp.c | 142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
|
/external/webrtc/modules/desktop_capture/win/ |
D | cursor.cc | 158 bool has_alpha = false; in CreateMouseCursorFromHCursor() local
|
/external/webp/src/enc/ |
D | picture_enc.c | 105 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
|
D | picture_tools_enc.c | 206 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
|
D | picture_csp_enc.c | 485 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA() local
|
D | vp8l_enc.c | 1439 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { in WriteRealAlphaAndVersion() 2112 int has_alpha; in VP8LEncodeImage() local
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_encoder_adapter.cc | 182 const bool has_alpha = forwarded_image.video_frame_buffer()->type() == in Encode() local
|
/external/webp/src/webp/ |
D | demux.h | 154 int has_alpha; // True if the frame contains transparency. member
|
D | decode.h | 415 int has_alpha; // True if the bitstream contains an alpha channel. member
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 168 void NormalizeDest(bool has_alpha, in NormalizeDest() 187 void NormalizeSrc(bool has_alpha, in NormalizeSrc() 208 void SetAlpha(bool has_alpha, uint8_t* alpha) { in SetAlpha() 226 const bool has_alpha = bitmap->GetFormat() == FXDIB_Format::kArgb; in DrawNormalTextHelper() local
|
/external/tensorflow/tensorflow/core/lib/png/ |
D | png_io.cc | 255 const bool has_alpha = (context->color_type & PNG_COLOR_MASK_ALPHA) != 0; in CommonInitDecode() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 120 bool has_alpha = false; in vi_get_fast_clear_parameters() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 766 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 716 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 1812 bool has_alpha) in tu6_rb_mrt_blend_control() 1839 bool has_alpha) in tu6_rb_mrt_control() 1888 const bool has_alpha = vk_format_has_alpha(format); in tu6_emit_rb_mrt_controls() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_emit.c | 751 bool has_alpha = util_format_has_alpha(format); in fd5_emit_state() local
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 1244 bool has_alpha = util_format_has_alpha(format); in pan_pack_color() local
|
/external/webp/src/demux/ |
D | demux.c | 419 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage() local
|