Lines Matching full:intrect
54 static SkIRect toSkIRect(const IntRect& rect) {
119 void PicturePile::invalidate(const IntRect& dirtyRect)
127 IntRect inval = dirtyRect;
128 inval.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
151 IntRect rect(0, std::min(oldSize.height(), size.height()),
156 IntRect rect(std::min(oldSize.width(), size.width()), 0,
164 IntRect area(0, 0, size.width(), size.height());
203 IntRect inval = m_webkitInvals[0];
236 IntRect overlap = inval;
244 overlap = IntRect(0, 0, m_size.width(), m_size.height());
253 void PicturePile::appendToPile(const IntRect& inval, const IntRect& originalInval)
270 PrerenderedInval* PicturePile::prerenderedInvalForArea(const IntRect& area)
344 IntRect drawArea = pc.area;