Home | History | Annotate | Download | only in wince

Lines Matching refs:bmpRect

588     IntRect bmpRect(0, 0, width(), height());
589 bmpRect.intersect(rect);
593 dst += bmpRect.y() * w + bmpRect.x();
594 int wordsToSet = bmpRect.width();
595 const unsigned short* dstEnd = dst + bmpRect.height() * w;
605 dst += bmpRect.y() * w + bmpRect.x();
606 int wordsToSet = bmpRect.width() * 2;
607 const unsigned* dstEnd = dst + bmpRect.height() * w;