Home | History | Annotate | Download | only in samplecode

Lines Matching defs:dstRect

48         SkRect dstRect;
55 dstRect.setXYWH(5, 5, 305, 305);
56 canvas->drawBitmapRectToRect(fBM, &srcRect, dstRect, &paint);
66 dstRect.setXYWH(1, 1, 3, 3);
67 surface->getCanvas()->drawBitmapRectToRect(fBM, &srcRect, dstRect,
73 dstRect.setXYWH(405, 5, 305, 305);
74 image->draw(canvas, &srcRect, dstRect, &paint);
79 dstRect.setXYWH(5, 405, 305, 305);
86 image->draw(canvas, &srcRect, dstRect, &paint);
98 dstRect.setXYWH(-150, -150, 300, 300);
101 canvas->drawBitmapRectToRect(fBM, NULL, dstRect, &paint);