HomeSort by relevance Sort by last modified time
    Searched refs:has_alpha_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.cc 24 : has_alpha_(false),
78 has_alpha_ = attr[1] > 0;
131 return !has_alpha_;
pepper_platform_context_3d.h 70 bool has_alpha_; member in class:content::PlatformContext3D
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 29 return !!enc->has_alpha_; // Currently the only case when VP8X is needed.
66 if (enc->has_alpha_) {
86 assert(enc->has_alpha_);
169 if (enc->has_alpha_) {
385 if (enc->has_alpha_) { // Add size for: ALPH header + data.
alpha.c 354 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_);
367 if (enc->has_alpha_) {
383 if (enc->has_alpha_) {
402 enc->has_alpha_ = 0;
vp8enci.h 396 int has_alpha_; member in struct:VP8Encoder
  /external/webp/src/enc/
syntax.c 29 return !!enc->has_alpha_; // Currently the only case when VP8X is needed.
66 if (enc->has_alpha_) {
86 assert(enc->has_alpha_);
169 if (enc->has_alpha_) {
385 if (enc->has_alpha_) { // Add size for: ALPH header + data.
alpha.c 354 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_);
367 if (enc->has_alpha_) {
383 if (enc->has_alpha_) {
402 enc->has_alpha_ = 0;
vp8enci.h 396 int has_alpha_; member in struct:VP8Encoder
  /external/webp/src/demux/
demux.c 50 int has_alpha_; member in struct:Frame
229 frame->has_alpha_ = 1;
259 frame->has_alpha_ |= features.has_alpha;
445 frame->has_alpha_ = 0;
454 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
839 iter->has_alpha = fragment->has_alpha_;

Completed in 248 milliseconds