HomeSort by relevance Sort by last modified time
    Searched refs:current_width (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
PictureRenderer.cpp 440 int current_width = largest_possible_tile_size; local
443 fTileWidth = current_width;
445 while (current_width >= fTileMinPowerOf2Width) {
447 if (current_width & rounded_value) {
454 SkIntToScalar(current_width),
456 tile_x_start += current_width;
459 current_width >>= 1;
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 476 int current_width,

Completed in 1644 milliseconds