/external/chromium_org/third_party/libwebp/webp/ |
demux.h | 139 int has_alpha; // True if the frame or fragment contains transparency. member in struct:WebPIterator
|
decode.h | 405 int has_alpha; // True if the bitstream contains an alpha channel. member in struct:WebPBitstreamFeatures
|
/external/webp/include/webp/ |
demux.h | 139 int has_alpha; // True if the frame or fragment contains transparency. member in struct:WebPIterator
|
decode.h | 405 int has_alpha; // True if the bitstream contains an alpha channel. member in struct:WebPBitstreamFeatures
|
/external/chromium_org/content/browser/device_orientation/ |
data_fetcher_shared_memory_win.cc | 107 bool has_alpha, has_beta, has_gamma; variable 110 &has_alpha); 119 buffer_->data.hasAlpha = has_alpha; 125 buffer_->data.hasAbsolute = has_alpha || has_beta || has_gamma; 194 bool has_alpha, has_beta, has_gamma; variable 197 new_data, &alpha, &has_alpha); 206 buffer_->data.hasRotationRateAlpha = has_alpha;
|
/external/webp/examples/ |
dwebp.c | 97 uint32_t width, uint32_t height, int has_alpha) { 103 WICPixelFormatGUID pixel_format = has_alpha ? GUID_WICPixelFormat32bppBGRA 144 const int has_alpha = (buffer->colorspace == MODE_BGRA); local 148 rgb, stride, width, height, has_alpha)); 162 const int has_alpha = (buffer->colorspace == MODE_RGBA); local 183 has_alpha ? PNG_COLOR_TYPE_RGBA : PNG_COLOR_TYPE_RGB, 473 output_buffer->colorspace = bitstream->has_alpha ? MODE_BGRA : MODE_BGR; 475 output_buffer->colorspace = bitstream->has_alpha ? MODE_RGBA : MODE_RGB; 486 output_buffer->colorspace = bitstream->has_alpha ? MODE_YUVA : MODE_YUV; 514 bitstream->has_alpha ? " (with alpha)" : "") [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
io.c | 310 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local 324 if (has_alpha) { 348 if (has_alpha) { 483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local 495 if (has_alpha) { 519 if (has_alpha) {
|
vp8l.c | 92 int* const has_alpha) { 96 *has_alpha = VP8LReadBits(br, 1); 102 int* const width, int* const height, int* const has_alpha) { 116 if (has_alpha != NULL) *has_alpha = a; 1174 int width, height, has_alpha; local [all...] |
/external/webp/src/dec/ |
io.c | 310 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local 324 if (has_alpha) { 348 if (has_alpha) { 483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local 495 if (has_alpha) { 519 if (has_alpha) {
|
vp8l.c | 90 int* const has_alpha) { 97 *has_alpha = VP8LReadBits(br, 1); 103 int* const width, int* const height, int* const has_alpha) { 115 if (has_alpha != NULL) *has_alpha = a; 1173 int width, height, has_alpha; local [all...] |
/external/chromium_org/third_party/libwebp/demux/ |
demux.c | 259 frame->has_alpha_ |= features.has_alpha; 440 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); local 442 if (!has_alpha && frame->img_components_[1].size_ > 0) { 847 iter->has_alpha = fragment->has_alpha_; [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
picture.c | 44 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; local 78 a_width = has_alpha ? width : 0; 602 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); local 606 if (has_alpha) { 662 if (has_alpha) { 965 int has_alpha; local 981 has_alpha = !!(src->colorspace & WEBP_CSP_ALPHA_BIT); 982 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) || 983 (has_alpha && (src->a == NULL || ref->a == NULL))) { [all...] |
vp8l.c | 747 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { 748 VP8LWriteBits(bw, 1, has_alpha); 1084 int has_alpha; local [all...] |
/external/webp/src/demux/ |
demux.c | 259 frame->has_alpha_ |= features.has_alpha; 440 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); local 442 if (!has_alpha && frame->img_components_[1].size_ > 0) { 839 iter->has_alpha = fragment->has_alpha_;
|
/external/webp/src/enc/ |
picture.c | 44 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; local 78 a_width = has_alpha ? width : 0; 602 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); local 606 if (has_alpha) { 662 if (has_alpha) { 965 int has_alpha; local 981 has_alpha = !!(src->colorspace & WEBP_CSP_ALPHA_BIT); 982 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) || 983 (has_alpha && (src->a == NULL || ref->a == NULL))) { [all...] |
vp8l.c | 747 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { 748 VP8LWriteBits(bw, 1, has_alpha); 1084 int has_alpha; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |