Home
last modified time | relevance | path

Searched refs:layer_bound (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc1381 const LayerSelectionBound& layer_bound, in ComputeViewportSelection() argument
1385 viewport_bound.type = layer_bound.type; in ComputeViewportSelection()
1387 if (!layer || layer_bound.type == SELECTION_BOUND_EMPTY) in ComputeViewportSelection()
1390 gfx::PointF layer_scaled_top = gfx::ScalePoint(layer_bound.edge_top, in ComputeViewportSelection()
1393 gfx::PointF layer_scaled_bottom = gfx::ScalePoint(layer_bound.edge_bottom, in ComputeViewportSelection()