Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dnine_box.cc182 int rowstride = gdk_pixbuf_get_rowstride(pixbuf); in ChangeWhiteToTransparent() local
186 if (width * 4 > rowstride) { in ChangeWhiteToTransparent()
193 guchar* pixel = &pixels[i * rowstride + j * 4]; in ChangeWhiteToTransparent()