Searched refs:aperture_y (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/wm/core/ |
D | shadow.cc | 194 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/ |
D | layer_tree_json_parser.cc | 47 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()
|