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

/inkscape/src/display/
H A Dcairo-templates.h55 int stride1 = cairo_image_surface_get_stride(in1); local
64 fast_path &= (stride1 == w * bpp1);
98 guint32 *in1_p = in1_data + i * stride1/4;
113 guint32 *in1_p = in1_data + i * stride1/4;
131 guint8 *in1_p = reinterpret_cast<guint8*>(in1_data) + i * stride1;
161 guint8 *in1_p = reinterpret_cast<guint8*>(in1_data) + i * stride1;

Completed in 50 milliseconds