HomeSort by relevance Sort by last modified time
    Searched defs:PictureLayerImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
picture_layer_impl.h 27 class CC_EXPORT PictureLayerImpl
33 Pair(PictureLayerImpl* active_layer, PictureLayerImpl* pending_layer);
36 PictureLayerImpl* active;
37 PictureLayerImpl* pending;
43 LayerRasterTileIterator(PictureLayerImpl* layer, bool prioritize_low_res);
56 PictureLayerImpl* layer_;
73 LayerEvictionTileIterator(PictureLayerImpl* layer,
90 PictureLayerImpl* layer_;
99 static scoped_ptr<PictureLayerImpl> Create(LayerTreeImpl* tree_impl, int id)
    [all...]
picture_layer_impl.cc 51 PictureLayerImpl::Pair::Pair() : active(NULL), pending(NULL) {
54 PictureLayerImpl::Pair::Pair(PictureLayerImpl* active_layer,
55 PictureLayerImpl* pending_layer)
59 PictureLayerImpl::Pair::~Pair() {
62 PictureLayerImpl::PictureLayerImpl(LayerTreeImpl* tree_impl, int id)
82 PictureLayerImpl::~PictureLayerImpl() {
86 const char* PictureLayerImpl::LayerTypeAsString() const
    [all...]

Completed in 1506 milliseconds