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

  /external/chromium_org/cc/layers/
tiled_layer.h 82 tiling_option_ = tiling_option;
139 TilingOption tiling_option_; member in class:cc::TiledLayer
tiled_layer.cc 92 tiling_option_(AUTO_TILE) {
130 if (tiling_option_ == ALWAYS_TILE)
132 else if (tiling_option_ == NEVER_TILE)
175 if (tiling_option_ == NEVER_TILE && has_more_than_one_tile)

Completed in 55 milliseconds