Searched defs:GetPicture (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
H A Dcontent_layer.cc153 skia::RefPtr<SkPicture> ContentLayer::GetPicture() const { function in class:cc::ContentLayer
H A Dpicture_layer.cc141 skia::RefPtr<SkPicture> PictureLayer::GetPicture() const { function in class:cc::PictureLayer
H A Dpicture_layer_impl.cc455 skia::RefPtr<SkPicture> PictureLayerImpl::GetPicture() { function in class:cc::PictureLayerImpl
H A Dlayer.cc220 skia::RefPtr<SkPicture> Layer::GetPicture() const { function in class:cc::Layer
H A Dlayer_impl.cc488 skia::RefPtr<SkPicture> LayerImpl::GetPicture() { function in class:cc::LayerImpl
/external/chromium_org/cc/resources/
H A Dpicture_pile_base.cc115 has_any_recordings_ |= !!it->second.GetPicture();
186 return !!found->second.GetPicture();
215 if (!map_iter->second.GetPicture())
245 Picture* picture = map_iter->second.GetPicture();
294 Picture* PicturePileBase::PictureInfo::GetPicture() const { function in class:cc::PicturePileBase::PictureInfo

Completed in 123 milliseconds