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

  /external/chromium_org/cc/layers/
scrollbar_layer.cc 62 int ScrollbarLayer::MaxTextureSize() {
75 if (scaled_bounds.width() > MaxTextureSize() ||
76 scaled_bounds.height() > MaxTextureSize()) {
78 return (MaxTextureSize() - 1) / static_cast<float>(bounds().width());
80 return (MaxTextureSize() - 1) / static_cast<float>(bounds().height());
279 DCHECK_LE(content_bounds().width(), MaxTextureSize());
280 DCHECK_LE(content_bounds().height(), MaxTextureSize());
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 320 MaxTextureSize(),
476 int LayerTreeImpl::MaxTextureSize() const {

Completed in 669 milliseconds