OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twin_layer_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/test/
fake_picture_layer_impl.h
87
PictureLayerImpl* twin_layer() { return
twin_layer_
; }
88
void set_twin_layer(PictureLayerImpl* twin) {
twin_layer_
= twin; }
/external/chromium_org/cc/layers/
picture_layer_impl.cc
64
twin_layer_
(NULL),
114
layer_impl->
twin_layer_
= NULL;
115
twin_layer_
= NULL;
647
if (!
twin_layer_
)
649
return
twin_layer_
->tilings_->TilingAtScale(tiling->contents_scale());
841
if (PictureLayerImpl* twin =
twin_layer_
) {
[
all
...]
picture_layer_impl.h
148
PictureLayerImpl* GetTwinLayer() { return
twin_layer_
; }
202
PictureLayerImpl*
twin_layer_
;
member in class:cc::PictureLayerImpl
Completed in 1071 milliseconds