Searched refs:aperture_x (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/wm/core/ |
D | shadow.cc | 193 int aperture_x = std::min(aperture, layer_bounds.width() / 2); in UpdateLayerBounds() local 196 gfx::Rect(aperture_x, aperture_y, in UpdateLayerBounds() 197 image_size_.width() - aperture_x * 2, in UpdateLayerBounds() 200 gfx::Rect(aperture_x, aperture_y, aperture_x * 2, aperture_y * 2)); in UpdateLayerBounds()
|
/external/chromium_org/cc/test/ |
D | layer_tree_json_parser.cc | 47 int aperture_x, aperture_y, aperture_width, aperture_height; in ParseTreeFromValue() local 48 success &= list->GetInteger(0, &aperture_x); in ParseTreeFromValue() 76 gfx::Rect(aperture_x, aperture_y, aperture_width, aperture_height)); in ParseTreeFromValue()
|