Home
last modified time | relevance | path

Searched defs:has_alpha (Results 1 – 16 of 16) 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
297 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler() local
482 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()
1577 int width, height, has_alpha; in VP8LDecodeHeader() local
Dwebp_dec.c281 int* const has_alpha, in ParseHeadersInternal()
/external/webp/src/enc/
Dpicture_enc.c93 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
Dpicture_tools_enc.c163 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
Dvp8l_enc.c1063 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { in WriteRealAlphaAndVersion()
1575 int has_alpha; in VP8LEncodeImage() local
Dpicture_csp_enc.c843 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA() local
/external/webp/include/webp/
Ddemux.h149 int has_alpha; // True if the frame contains transparency. member
Ddecode.h411 int has_alpha; // True if the bitstream contains an alpha channel. member
/external/webp/src/webp/
Ddemux.h149 int has_alpha; // True if the frame contains transparency. member
Ddecode.h411 int has_alpha; // True if the bitstream contains an alpha channel. member
/external/webrtc/webrtc/base/
Dx11windowpicker.cc576 bool has_alpha) { in ArgbToRgba()
/external/webp/src/demux/
Ddemux.c408 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage() local
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp212 const bool has_alpha = bitmap->GetFormat() == FXDIB_Argb; in DrawNormalTextHelper() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp3214 unsigned has_alpha, const unsigned char* in, in getPixelColorsRGBA8()