Searched defs:contents_swizzled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/resources/
H A Dmanaged_tile_state.h65 bool contents_swizzled() const { function in class:cc::ManagedTileState::TileVersion
H A Dprioritized_resource.h47 bool contents_swizzled() const { return contents_swizzled_; } function in class:cc::PrioritizedResource
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc36 bool contents_swizzled() { return contents_swizzled_; } function in class:cc::DrawableTile
37 void set_contents_swizzled(bool contents_swizzled) { argument
38 contents_swizzled_ = contents_swizzled;
145 tile->contents_swizzled());
264 tile->contents_swizzled());
285 bool contents_swizzled) {
290 tile->set_contents_swizzled(contents_swizzled);
281 PushTileProperties( int i, int j, ResourceProvider::ResourceId resource_id, bool contents_swizzled) argument

Completed in 87 milliseconds