Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp228 static void paintGdkPixbuf(GraphicsContext* context, const GdkPixbuf* icon, const IntRect& iconRect) in paintGdkPixbuf() argument
231 if (iconRect.size() != iconSize) { in paintGdkPixbuf()
233 … GRefPtr<GdkPixbuf> scaledIcon = gdk_pixbuf_scale_simple(icon, iconRect.width(), iconRect.height(), in paintGdkPixbuf()
240 gdk_cairo_set_source_pixbuf(cr, icon, iconRect.x(), iconRect.y()); in paintGdkPixbuf()
322 IntRect iconRect = centerRectVerticallyInParentInputElement(renderObject, rect); in paintSearchFieldResultsDecoration() local
323 if (iconRect.isEmpty()) in paintSearchFieldResultsDecoration()
330 paintGdkPixbuf(paintInfo.context, icon.get(), iconRect); in paintSearchFieldResultsDecoration()
341 IntRect iconRect = centerRectVerticallyInParentInputElement(renderObject, rect); in paintSearchFieldCancelButton() local
342 if (iconRect.isEmpty()) in paintSearchFieldCancelButton()
349 paintGdkPixbuf(paintInfo.context, icon.get(), iconRect); in paintSearchFieldCancelButton()
[all …]