OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paint_at
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc
458
int
paint_at
= 0;
local
460
paint_at
= std::max(GetWidthInTabStripFromTo(0, index) - 16, 0);
462
paint_at
= GetTotalWidthInTabStrip() -
465
paint_at
= widget_width / kScalingFactor -
470
cairo_set_source_surface(cr, surface,
paint_at
, 0);
Completed in 398 milliseconds