HomeSort by relevance Sort by last modified time
    Searched full:forground_bounds (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 130 gfx::Rect background_bounds, forground_bounds; local
149 forground_bounds.set_size(forground_image->size());
150 forground_bounds.set_x(background_bounds.x() +
152 (background_bounds.width() - forground_bounds.width()) / 2));
153 forground_bounds.set_y(background_bounds.y() +
155 (background_bounds.height() - forground_bounds.height()) / 2));
161 forground_bounds.x(),
162 forground_bounds.y());

Completed in 257 milliseconds