Lines Matching defs:fast_path
63 bool fast_path = true;
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;
200 fast_path &= (stridein == w * bppin);
201 fast_path &= (strideout == w * bppout);
239 if (fast_path) {
278 if (fast_path) {