Home
last modified time | relevance | path

Searched refs:image_y (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_view.cc146 int image_y = tab_height; in PaintDetachedView() local
149 scale_canvas.FillRectInt(SK_ColorBLACK, image_x, image_y, image_w, image_h); in PaintDetachedView()
152 gfx::Rect(image_x, image_y, image_w, image_h)); in PaintDetachedView()