Home | History | Annotate | Download | only in mac

Lines Matching refs:targetRect

491     IntRect targetRect(frameRect());
492 targetRect.intersects(rect);
496 r.origin.x = targetRect.x() - frameRect().x();
497 r.origin.y = targetRect.y() - frameRect().y();
498 r.size.width = targetRect.width();
499 r.size.height = targetRect.height();
528 painter->drawPixmap(targetRect.x(), targetRect.y(), m_pixmap,
529 targetRect.x() - frameRect().x(), targetRect.y() - frameRect().y(), targetRect.width(), targetRect.height());