Searched refs:bounding_rect (Results 1 – 4 of 4) sorted by relevance
567 const gfx::Rect& bounding_rect) { in MakeContentsPath() argument569 rect.set(SkIntToScalar(bounding_rect.x()), in MakeContentsPath()570 SkIntToScalar(bounding_rect.y()), in MakeContentsPath()571 SkIntToScalar(bounding_rect.right()), in MakeContentsPath()572 SkIntToScalar(bounding_rect.bottom())); in MakeContentsPath()
124 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
308 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local309 action->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()
1640 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local1641 page_action_->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()