Lines Matching refs:too_large
274 static inline bool too_large(int width, int height)
1067 assert(!too_large(abs(op->dst.x), abs(op->dst.y)));
1068 assert(!too_large(op->dst.width, op->dst.height));
1964 if (too_large(pixmap->drawable.width, pixmap->drawable.height)) {
2065 if (too_large(op->dst.width, op->dst.height) &&
2092 if (too_large(width, height)) {
2288 if (too_large(dst_pixmap->drawable.width,
2882 bool big = too_large(extents.x2-extents.x1, extents.y2-extents.y1);
2923 if (too_large(tmp.dst.width, tmp.dst.height)) {
2949 if (too_large(src->width, src->height)) {
3114 too_large(src->drawable.width, src->drawable.height) ||
3115 too_large(dst->drawable.width, dst->drawable.height) ||
3285 if (too_large(dst->width, dst->height)) {
3464 too_large(dst->drawable.width, dst->drawable.height) ||
3551 too_large(dst->drawable.width, dst->drawable.height) ||
3644 if (too_large(dst->drawable.width, dst->drawable.height) ||
3873 assert(!too_large(pixmap->drawable.width, pixmap->drawable.height));