Home
last modified time | relevance | path

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

/external/chromium_org/ui/wm/core/
Dshadow.cc194 int aperture_y = std::min(aperture, layer_bounds.height() / 2); in UpdateLayerBounds() local
196 gfx::Rect(aperture_x, aperture_y, in UpdateLayerBounds()
198 image_size_.height() - aperture_y * 2)); in UpdateLayerBounds()
200 gfx::Rect(aperture_x, aperture_y, aperture_x * 2, aperture_y * 2)); in UpdateLayerBounds()
/external/chromium_org/cc/test/
Dlayer_tree_json_parser.cc47 int aperture_x, aperture_y, aperture_width, aperture_height; in ParseTreeFromValue() local
49 success &= list->GetInteger(1, &aperture_y); in ParseTreeFromValue()
76 gfx::Rect(aperture_x, aperture_y, aperture_width, aperture_height)); in ParseTreeFromValue()