OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twin_tiling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/resources/
picture_layer_tiling.cc
119
const PictureLayerTiling*
twin_tiling
) {
128
if (
twin_tiling
&&
130
twin_tiling
->tiling_data_.max_texture_size()) {
131
if (Tile* candidate_tile =
twin_tiling
->TileAt(i, j)) {
153
const PictureLayerTiling*
twin_tiling
= client_->GetTwinTiling(this);
local
163
CreateTile(key.first, key.second,
twin_tiling
);
230
const PictureLayerTiling*
twin_tiling
= client_->GetTwinTiling(this);
local
234
CreateTile(after_right, j,
twin_tiling
);
239
CreateTile(i, after_bottom,
twin_tiling
);
307
const PictureLayerTiling*
twin_tiling
= NULL
local
708
const PictureLayerTiling*
twin_tiling
= client_->GetTwinTiling(this);
local
[
all
...]
picture_layer_tiling.h
301
Tile* CreateTile(int i, int j, const PictureLayerTiling*
twin_tiling
);
/external/chromium_org/cc/layers/
picture_layer_impl.cc
1298
const PictureLayerTiling*
twin_tiling
= GetTwinTiling(to_remove[i]);
local
[
all
...]
Completed in 51 milliseconds