Lines Matching refs:dstRect
48 SkRect dstRect; in onDrawContent() local
55 dstRect.setXYWH(5, 5, 305, 305); in onDrawContent()
56 canvas->drawBitmapRect(fBM, srcRect, dstRect, &paint, SkCanvas::kStrict_SrcRectConstraint); in onDrawContent()
66 dstRect.setXYWH(1, 1, 3, 3); in onDrawContent()
67 surface->getCanvas()->drawBitmapRect(fBM, srcRect, dstRect, &paint, in onDrawContent()
73 dstRect.setXYWH(405, 5, 305, 305); in onDrawContent()
74 canvas->drawImageRect(image, srcRect, dstRect, &paint); in onDrawContent()
79 dstRect.setXYWH(5, 405, 305, 305); in onDrawContent()
85 canvas->drawImageRect(image, srcRect, dstRect, &paint); in onDrawContent()
96 dstRect.setXYWH(-150, -150, 300, 300); in onDrawContent()
99 canvas->drawBitmapRect(fBM, dstRect, &paint); in onDrawContent()