Searched refs:rowstride (Results 1 – 1 of 1) sorted by relevance
182 int rowstride = gdk_pixbuf_get_rowstride(pixbuf); in ChangeWhiteToTransparent() local186 if (width * 4 > rowstride) { in ChangeWhiteToTransparent()193 guchar* pixel = &pixels[i * rowstride + j * 4]; in ChangeWhiteToTransparent()