Searched refs:gdk_rect (Results 1 – 1 of 1) sorted by relevance
94 bool GdkRectMatchesTabFaviconBounds(const GdkRectangle& gdk_rect, TabGtk* tab) { in GdkRectMatchesTabFaviconBounds() argument96 return gdk_rect.x == favicon_bounds.x() + tab->x() && in GdkRectMatchesTabFaviconBounds()97 gdk_rect.y == favicon_bounds.y() + tab->y() && in GdkRectMatchesTabFaviconBounds()98 gdk_rect.width == favicon_bounds.width() && in GdkRectMatchesTabFaviconBounds()99 gdk_rect.height == favicon_bounds.height(); in GdkRectMatchesTabFaviconBounds()