Searched defs:stride2 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dcairo-templates.h56 int stride2 = cairo_image_surface_get_stride(in2); local
65 fast_path &= (stride2 == w * bpp2);
99 guint32 *in2_p = in2_data + i * stride2/4;
114 guint8 *in2_p = reinterpret_cast<guint8*>(in2_data) + i * stride2;
132 guint32 *in2_p = in2_data + i * stride2/4;
162 guint8 *in2_p = reinterpret_cast<guint8*>(in2_data) + i * stride2;

Completed in 456 milliseconds