Lines Matching refs:dstRect
46 SkRect dstRect; in onDrawContent() local
53 dstRect.setXYWH(5, 5, 305, 305); in onDrawContent()
54 canvas->drawBitmapRect(fBM, srcRect, dstRect, &paint, SkCanvas::kStrict_SrcRectConstraint); in onDrawContent()
64 dstRect.setXYWH(1, 1, 3, 3); in onDrawContent()
65 surface->getCanvas()->drawBitmapRect(fBM, srcRect, dstRect, &paint, in onDrawContent()
71 dstRect.setXYWH(405, 5, 305, 305); in onDrawContent()
72 canvas->drawImageRect(image, srcRect, dstRect, &paint); in onDrawContent()
77 dstRect.setXYWH(5, 405, 305, 305); in onDrawContent()
80 canvas->drawImageRect(image, srcRect, dstRect, &paint); in onDrawContent()
90 dstRect.setXYWH(-150, -150, 300, 300); in onDrawContent()
93 canvas->drawBitmapRect(fBM, dstRect, &paint); in onDrawContent()