Searched defs:DrawsContent (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_image_layer.cc27 bool PictureImageLayer::DrawsContent() const { function in class:cc::PictureImageLayer
28 return !bitmap_.isNull() && PictureLayer::DrawsContent();
H A Dheads_up_display_layer.cc50 bool HeadsUpDisplayLayer::DrawsContent() const { return true; } function in class:cc::HeadsUpDisplayLayer
H A Dio_surface_layer.cc31 bool IOSurfaceLayer::DrawsContent() const { function in class:cc::IOSurfaceLayer
32 return io_surface_id_ && Layer::DrawsContent();
H A Ddelegated_renderer_layer.cc32 bool DelegatedRendererLayer::DrawsContent() const { function in class:cc::DelegatedRendererLayer
33 return Layer::DrawsContent() && !frame_size_.IsEmpty();
H A Dimage_layer.cc80 bool ImageLayer::DrawsContent() const { function in class:cc::ImageLayer
81 return !bitmap_.isNull() && TiledLayer::DrawsContent();
H A Dnine_patch_layer.cc36 } else if (bitmap_dirty_ && DrawsContent()) {
96 bool NinePatchLayer::DrawsContent() const { function in class:cc::NinePatchLayer
98 Layer::DrawsContent() &&
H A Dpicture_layer.cc29 bool PictureLayer::DrawsContent() const { function in class:cc::PictureLayer
30 return Layer::DrawsContent() && client_;
H A Dcontent_layer.cc58 bool ContentLayer::DrawsContent() const { function in class:cc::ContentLayer
59 return TiledLayer::DrawsContent() && client_;
H A Dtexture_layer.cc143 if (layer_tree_host() && (DrawsContent() || content_committed_)) {
152 if (rate_limit_context_ && client_ && layer_tree_host() && DrawsContent())
176 bool TextureLayer::DrawsContent() const { function in class:cc::TextureLayer
177 return (client_ || texture_id_ || holder_ref_) && Layer::DrawsContent();
231 content_committed_ = DrawsContent();
248 return DrawsContent();
H A Dlayer.cc682 if (DrawsContent())
752 layer->SetDrawsContent(DrawsContent());
845 bool Layer::DrawsContent() const { function in class:cc::Layer
H A Dtiled_layer.cc168 bool TiledLayer::DrawsContent() const { function in class:cc::TiledLayer
169 if (!ContentsScalingLayer::DrawsContent())
744 if (tiler_->has_empty_bounds() || !DrawsContent())
857 tiler_->has_empty_bounds() || !DrawsContent())
H A Dlayer_impl.h135 bool DrawsContent() const { return draws_content_; } function in class:cc::LayerImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc179 virtual bool DrawsContent() const OVERRIDE;
189 virtual bool DrawsContent() const OVERRIDE;
196 bool LayerWithForcedDrawsContent::DrawsContent() const { return true; } function in class:cc::__anon4157::LayerWithForcedDrawsContent
198 bool LayerCanClipSelf::DrawsContent() const { return true; } function in class:cc::__anon4157::LayerCanClipSelf

Completed in 138 milliseconds