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

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.h 94 bool has_alpha_; member in class:content::PPB_Graphics3D_Impl
ppb_graphics_3d_impl.cc 50 has_alpha_(false),
155 bool PPB_Graphics3D_Impl::IsOpaque() { return !has_alpha_; }
272 has_alpha_ = attr[1] > 0;
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed.
62 if (enc->has_alpha_) {
82 assert(enc->has_alpha_);
165 if (enc->has_alpha_) {
341 if (enc->has_alpha_) { // Add size for: ALPH header + data.
alpha.c 360 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_);
373 if (enc->has_alpha_) {
390 if (enc->has_alpha_) {
411 enc->has_alpha_ = 0;
vp8enci.h 424 int has_alpha_; member in struct:VP8Encoder
  /external/webp/src/enc/
syntax.c 25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed.
62 if (enc->has_alpha_) {
82 assert(enc->has_alpha_);
165 if (enc->has_alpha_) {
341 if (enc->has_alpha_) { // Add size for: ALPH header + data.
alpha.c 360 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_);
373 if (enc->has_alpha_) {
390 if (enc->has_alpha_) {
411 enc->has_alpha_ = 0;
vp8enci.h 424 int has_alpha_; member in struct:VP8Encoder
  /external/chromium_org/third_party/libwebp/demux/
demux.c 46 int has_alpha_; member in struct:Frame
225 frame->has_alpha_ = 1;
255 frame->has_alpha_ |= features.has_alpha;
442 frame->has_alpha_ = 0;
451 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
864 iter->has_alpha = fragment->has_alpha_;
    [all...]
  /external/webp/src/demux/
demux.c 46 int has_alpha_; member in struct:Frame
225 frame->has_alpha_ = 1;
255 frame->has_alpha_ |= features.has_alpha;
442 frame->has_alpha_ = 0;
451 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
864 iter->has_alpha = fragment->has_alpha_;
    [all...]

Completed in 319 milliseconds