Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dimage_enc.c79 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
297 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteBMP() local
364 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteTIFF() local
A Dwicdec.c211 int has_alpha; in HasAlpha() local
279 int has_alpha = 0; in ReadPictureWithWIC() local
A Dwebpdec.c167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
A Dpngdec.c238 int has_alpha; in ReadPNG() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c141 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
A Dwebpinfo.c522 int width, height, has_alpha, version; in ParseLosslessHeader() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A 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
A 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
A Dwebp_dec.c281 int* const has_alpha, in ParseHeadersInternal()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_enc.c92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
A Dpicture_tools_enc.c210 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
A Dvp8l_enc.c1151 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { in WriteRealAlphaAndVersion()
1824 int has_alpha; in VP8LEncodeImage() local
A Dpicture_csp_enc.c850 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
A Ddecode.h418 int has_alpha; // True if the bitstream contains an alpha channel. member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
A Ddecode.h418 int has_alpha; // True if the bitstream contains an alpha channel. member
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
A Ddecode.h418 int has_alpha; // True if the bitstream contains an alpha channel. member
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_img.c421 bool has_alpha = false; in lv_img_color_format_has_alpha() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c410 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage() local

Completed in 41 milliseconds