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 82 MOCK_CONST_METHOD0(HasAlpha, bool());
  /external/chromium_org/media/filters/
vpx_video_decoder.h 42 virtual bool HasAlpha() const OVERRIDE;
gpu_video_decoder.h 50 virtual bool HasAlpha() const OVERRIDE;
vpx_video_decoder.cc 219 bool VpxVideoDecoder::HasAlpha() const {
video_frame_stream.cc 194 // TODO(xhwang): We assume |decoder_->HasAlpha()| does not change after
196 base::ResetAndReturn(&init_cb_).Run(true, decoder_->HasAlpha());
gpu_video_decoder.cc 334 bool GpuVideoDecoder::HasAlpha() const {
  /external/chromium_org/ui/message_center/views/
notification_view.cc 91 bool HasAlpha(gfx::ImageSkia& image, views::Widget* widget) {
410 HasAlpha(icon, GetWidget()))) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]

Completed in 156 milliseconds