Lines Matching defs:device
343 SkBaseDevice* device) const {
363 if (!device && rec.init(mode, paint, &ctm, fRC)) {
400 if (device) {
404 device->drawOval(r, newPaint);
427 if (device) {
428 device->drawRect(r, newPaint);
456 if (device) {
457 device->drawPath(pointData.fFirst, newP);
464 if (device) {
465 device->drawPath(pointData.fLast, newP);
481 if (device) {
482 device->drawPoints(SkCanvas::kPoints_PointMode,
491 device);
506 if (device) {
507 device->drawRect(r, newP);
528 if (device) {
529 device->drawPath(path, p, true);
791 // Transform the rrect into device space.
948 // transform the path into device space
996 // clipped to the actual device and further limited by the clip bounds
1022 SkBitmap device;
1023 device.installPixels(SkImageInfo::MakeA8(mask.fBounds.width(), mask.fBounds.height()),
1026 SkCanvas c(device);