Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/layers/ | |
tiled_layer_impl.cc | 36 bool contents_swizzled() { return contents_swizzled_; } function in class:cc::DrawableTile 37 void set_contents_swizzled(bool contents_swizzled) { 38 contents_swizzled_ = contents_swizzled; 145 tile->contents_swizzled()); 264 tile->contents_swizzled()); 285 bool contents_swizzled) { 290 tile->set_contents_swizzled(contents_swizzled); |
/external/chromium_org/cc/resources/ | |
managed_tile_state.h | 65 bool contents_swizzled() const { function in class:cc::ManagedTileState::TileVersion |
prioritized_resource.h | 47 bool contents_swizzled() const { return contents_swizzled_; } function in class:cc::PrioritizedResource |