Searched defs:aperture_height (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc46 int aperture_x, aperture_y, aperture_width, aperture_height; local
50 success &= list->GetInteger(3, &aperture_height);
63 gfx::Rect(aperture_x, aperture_y, aperture_width, aperture_height));

Completed in 76 milliseconds