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

/inkscape/src/display/
H A Dcairo-templates.h63 bool fast_path = true; local
64 fast_path &= (stride1 == w * bpp1);
65 fast_path &= (stride2 == w * bpp2);
66 fast_path &= (strideout == w * bppout);
86 if (fast_path) {
143 if (fast_path) {
199 bool fast_path = true; local
200 fast_path &= (stridein == w * bppin);
201 fast_path &= (strideout == w * bppout);
239 if (fast_path) {
[all...]

Completed in 12 milliseconds