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

/inkscape/src/display/
H A Dcairo-templates.h58 int bpp1 = cairo_image_surface_get_format(in1) == CAIRO_FORMAT_A8 ? 1 : 4; local
60 int bppout = std::max(bpp1, bpp2);
64 fast_path &= (stride1 == w * bpp1);
84 if (bpp1 == 4) {
126 // bpp1 == 1
142 // bpp1 == 1 && bpp2 == 1

Completed in 248 milliseconds