Searched refs:aperture_x (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dshadow.cc193 int aperture_x = std::min(aperture, layer_bounds.width() / 2); local
196 gfx::Rect(aperture_x, aperture_y,
197 image_size_.width() - aperture_x * 2,
200 gfx::Rect(aperture_x, aperture_y, aperture_x * 2, aperture_y * 2));
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc47 int aperture_x, aperture_y, aperture_width, aperture_height; local
48 success &= list->GetInteger(0, &aperture_x);
76 gfx::Rect(aperture_x, aperture_y, aperture_width, aperture_height));

Completed in 319 milliseconds