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

/inkscape/src/trace/
H A Dimagemap-gdk.cpp18 int rowstride = gdk_pixbuf_get_rowstride(buf); local
40 row += rowstride;
57 int rowstride = grayMap->width * 3; local
61 rowstride, (GdkPixbufDestroyNotify)g_free, NULL);
75 row += rowstride;
95 int rowstride = gdk_pixbuf_get_rowstride(buf); local
119 row += rowstride;
138 int rowstride = gdk_pixbuf_get_rowstride(buf); local
162 row += rowstride;
186 int rowstride local
[all...]
H A Dsiox.cpp622 int rowstride = gdk_pixbuf_get_rowstride(buf); local
640 row += rowstride;
659 int rowstride = width * n_channels; local
664 rowstride, NULL, NULL);
683 row += rowstride;
/inkscape/src/display/
H A Ddrawing-image.cpp205 int rowstride = _pixbuf->rowstride(); local
221 unsigned char *pix_ptr = pixels + iy * rowstride + ix * 4;
H A Dcairo-utils.h108 int rowstride() const;
H A Dcairo-utils.cpp417 int Pixbuf::rowstride() const { function in class:Inkscape::Pixbuf
/inkscape/src/
H A Dsp-image.cpp265 int rowstride = pixbuf->rowstride();; local
308 currLine += rowstride;
494 int rs = pb->rowstride();
/inkscape/src/helper/
H A Dpng-write.cpp66 int rowstride; member in struct:SPPNGBD

Completed in 21 milliseconds