Lines Matching refs:mappedRect
87 SkRect mappedRect; in drawRect() local
88 draw.fMatrix->mapRect(&mappedRect, rect); in drawRect()
90 mappedRect.intersect(clipRect); in drawRect()
91 fPRCont->add(bm.pixelRef(), mappedRect); in drawRect()
124 SkRect mappedRect; in drawBitmap() local
125 totMatrix.mapRect(&mappedRect, bitmapRect); in drawBitmap()
126 fPRCont->add(bitmap.pixelRef(), mappedRect); in drawBitmap()
130 fPRCont->add(paintBitmap.pixelRef(), mappedRect); in drawBitmap()
141 SkRect mappedRect; in drawSprite() local
142 matrix.mapRect(&mappedRect, bitmapRect); in drawSprite()
143 fPRCont->add(bitmap.pixelRef(), mappedRect); in drawSprite()
147 fPRCont->add(paintBitmap.pixelRef(), mappedRect); in drawSprite()