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

  /external/chromium_org/media/base/
video_decoder.cc 13 bool VideoDecoder::HasAlpha() const {
video_decoder.h 79 virtual bool HasAlpha() const;
mock_filters.cc 52 EXPECT_CALL(*this, HasAlpha()).WillRepeatedly(Return(false));
mock_filters.h 80 MOCK_CONST_METHOD0(HasAlpha, bool());
  /external/chromium_org/media/filters/
vpx_video_decoder.h 41 virtual bool HasAlpha() const OVERRIDE;
gpu_video_decoder.h 48 virtual bool HasAlpha() const OVERRIDE;
vpx_video_decoder.cc 211 bool VpxVideoDecoder::HasAlpha() const {
video_frame_stream.cc 179 // TODO(xhwang): We assume |decoder_->HasAlpha()| does not change after
181 base::ResetAndReturn(&init_cb_).Run(true, decoder_->HasAlpha());
gpu_video_decoder.cc 316 bool GpuVideoDecoder::HasAlpha() const {
  /external/chromium_org/ui/message_center/views/
notification_view.cc 93 bool HasAlpha(gfx::ImageSkia& image, views::Widget* widget) {
524 HasAlpha(icon, GetWidget()))) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]

Completed in 465 milliseconds