Lines Matching refs:too_large
325 static inline bool too_large(int width, int height)
1132 assert(!too_large(abs(op->dst.x), abs(op->dst.y)));
1133 assert(!too_large(op->dst.width, op->dst.height));
2040 if (too_large(pixmap->drawable.width, pixmap->drawable.height)) {
2143 if (too_large(op->dst.width, op->dst.height) &&
2170 if (too_large(width, height)) {
2366 if (too_large(dst_pixmap->drawable.width,
2961 bool big = too_large(extents.x2-extents.x1, extents.y2-extents.y1);
3002 if (too_large(tmp.dst.width, tmp.dst.height)) {
3028 if (too_large(src->width, src->height)) {
3194 too_large(src->drawable.width, src->drawable.height) ||
3195 too_large(dst->drawable.width, dst->drawable.height) ||
3366 if (too_large(dst->width, dst->height)) {
3546 too_large(dst->drawable.width, dst->drawable.height) ||
3634 too_large(dst->drawable.width, dst->drawable.height) ||
3728 if (too_large(dst->drawable.width, dst->drawable.height) ||
3965 assert(!too_large(pixmap->drawable.width, pixmap->drawable.height));