Searched refs:stridein (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-morphology.cpp59 int stridein = cairo_image_surface_get_stride(input); local
85 unsigned char *in_p = in_data + i * (axis == Geom::X ? stridein : BPP);
106 if (axis == Geom::Y && j < w ) in_p += stridein - BPP;
117 if (axis == Geom::Y) in_p += stridein - BPP;
133 in_p += stridein - BPP;
H A Dcairo-templates.h192 int stridein = cairo_image_surface_get_stride(in); local
200 fast_path &= (stridein == w * bppin);
251 guint32 *in_p = in_data + i * stridein/4;
266 guint32 *in_p = in_data + i * stridein/4;
294 guint8 *in_p = reinterpret_cast<guint8*>(in_data) + i * stridein;

Completed in 283 milliseconds