HomeSort by relevance Sort by last modified time
    Searched defs:image_count (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/shell/
window_watcher.cc 106 static int image_count = 0; local
117 image_count == 0 ? 255 : 0,
118 image_count == 1 ? 255 : 0,
119 image_count == 2 ? 255 : 0);
120 image_count = (image_count + 1) % 3;
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 126 size_t image_count = default_images_.size(); local
127 int rows_count = (image_count + kColumnsCount - 1) / kColumnsCount;
177 size_t image_count = default_images_.size(); local
178 int rows_count = (image_count + kColumnsCount - 1) / kColumnsCount;
184 if (current_image < image_count) {
209 if (current_image >= image_count)
  /external/chromium_org/ui/gfx/
icon_util.cc 470 size_t image_count = bitmap_count + (png_bytes.get() ? 1 : 0); local
486 icon_dir->idCount = static_cast<WORD>(image_count);
488 size_t icon_dir_count = image_count - 1;
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 333 int image_count = NumImagesForType(image_type) - 1; local
334 int index = animation * nextafter(static_cast<float>(image_count), 0);
335 index = std::max(std::min(index, image_count - 1), 0);

Completed in 118 milliseconds