Home
last modified time | relevance | path

Searched defs:has_alpha (Results 1 – 25 of 25) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dcursor.cc167 bool has_alpha = false; in CreateMouseCursorFromHCursor() local
/external/webp/src/dec/
Dio_dec.c192 const int has_alpha = WebPDispatchAlpha(alpha, io->width, mb_w, in EmitAlphaRGB() local
298 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler() local
483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler() local
Dvp8l_dec.c119 int* const has_alpha) { in ReadImageInfo()
129 int* const width, int* const height, int* const has_alpha) { in VP8LGetInfo()
1641 int width, height, has_alpha; in VP8LDecodeHeader() local
Dwebp_dec.c281 int* const has_alpha, in ParseHeadersInternal()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c305 bool has_alpha = util_format_has_alpha(format); in fd2_emit_state() local
/external/webp/src/enc/
Dpicture_enc.c92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
Dpicture_tools_enc.c210 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
Dvp8l_enc.c1151 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { in WriteRealAlphaAndVersion()
1824 int has_alpha; in VP8LEncodeImage() local
Dpicture_csp_enc.c850 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA() local
/external/webp/include/webp/
Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
Ddecode.h418 int has_alpha; // True if the bitstream contains an alpha channel. member
/external/webp/src/webp/
Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
Ddecode.h418 int has_alpha; // True if the bitstream contains an alpha channel. member
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp157 void NormalizeDest(bool has_alpha, in NormalizeDest()
176 void NormalizeSrc(bool has_alpha, in NormalizeSrc()
197 void SetAlpha(bool has_alpha, uint8_t* alpha) { in SetAlpha()
216 const bool has_alpha = bitmap->GetFormat() == FXDIB_Argb; in DrawNormalTextHelper() local
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc254 const bool has_alpha = (context->color_type & PNG_COLOR_MASK_ALPHA) != 0; in CommonInitDecode() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c732 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c695 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c713 bool has_alpha = util_format_has_alpha(format); in fd5_emit_state() local
/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c188 static bool has_alpha(u32 fmt) in has_alpha() function
/external/webrtc/webrtc/base/
Dx11windowpicker.cc576 bool has_alpha) { in ArgbToRgba()
/external/webp/src/demux/
Ddemux.c410 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c484 boolean has_alpha = i != COLORMASK_RGBX && i != COLORMASK_BGRX; in r300_create_blend_state() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1767 bool has_alpha = false; in generate_unswizzled_blend() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c153 bool has_alpha, has_rgb; in si_emit_cb_render_state() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp3214 unsigned has_alpha, const unsigned char* in, in getPixelColorsRGBA8()