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

  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.cc 146 int i8h = images_[8] ? images_[8]->Height() : 0; local
148 int i4h = h - i4y - std::min(std::min(i6h, i7h), i8h);
172 TileImage(cr, dst, images_[5], w - i5w, i2h, i5w, h - i2h - i8h, opacity);
177 DrawImage(cr, dst, images_[8], w - i8w, h - i8h, opacity);
  /external/chromium_org/ui/views/
painter.cc 264 int i8h = images_[8].height(); local
266 int i4h = h - i4y - std::min(std::min(i6h, i7h), i8h);
273 Fill(canvas, images_[5], w - i5w, i2h, i5w, h - i2h - i8h);
276 canvas->DrawImageInt(images_[8], w - i8w, h - i8h);

Completed in 26 milliseconds