Lines Matching refs:too_large
208 static inline bool too_large(int width, int height)
1001 assert(!too_large(abs(op->dst.x), abs(op->dst.y)));
1002 assert(!too_large(op->dst.width, op->dst.height));
1897 if (too_large(pixmap->drawable.width, pixmap->drawable.height)) {
1996 if (too_large(op->dst.width, op->dst.height) &&
2015 if (too_large(width, height)) {
2187 if (too_large(dst_pixmap->drawable.width,
2771 bool big = too_large(extents.x2-extents.x1, extents.y2-extents.y1);
2813 if (too_large(tmp.dst.width, tmp.dst.height)) {
2839 if (too_large(src->width, src->height)) {
3004 too_large(src->drawable.width, src->drawable.height) ||
3005 too_large(dst->drawable.width, dst->drawable.height) ||
3175 if (too_large(dst->width, dst->height)) {
3354 too_large(dst->drawable.width, dst->drawable.height) ||
3441 too_large(dst->drawable.width, dst->drawable.height) ||
3534 if (too_large(dst->drawable.width, dst->drawable.height) ||
3729 assert(!too_large(pixmap->drawable.width, pixmap->drawable.height));