OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPicture
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/layers/
content_layer.cc
153
skia::RefPtr<SkPicture> ContentLayer::
GetPicture
() const {
picture_layer.cc
141
skia::RefPtr<SkPicture> PictureLayer::
GetPicture
() const {
layer.cc
220
skia::RefPtr<SkPicture> Layer::
GetPicture
() const {
[
all
...]
layer_impl.cc
488
skia::RefPtr<SkPicture> LayerImpl::
GetPicture
() {
[
all
...]
picture_layer_impl.cc
455
skia::RefPtr<SkPicture> PictureLayerImpl::
GetPicture
() {
[
all
...]
/external/chromium_org/cc/resources/
picture_pile_base.cc
115
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 {
Completed in 34 milliseconds