extendr_api/graphics/device_driver.rs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928
use core::slice;
use crate::*;
use libR_sys::*;
use super::{device_descriptor::*, Device, Raster, TextMetric};
/// The underlying C structure `DevDesc` has two fields related to clipping:
///
/// - `canClip`
/// - `deviceClip` (available on R >= 4.1)
///
/// `canClip` indicates whether the device has clipping functionality at all. If
/// not, the graphic engine kindly clips before sending the drawing operations
/// to the device. But, this isn't very ideal in some points. Especially, it's
/// bad that the engine will omit "any text that does not appear to be wholly
/// inside the clipping region," according to [the R Internals]. So, the device
/// should implement `clip()` and set `canClip` to `true` if possible.
///
/// Even when `canClip` is `true`, the engine does clip to protect the device
/// from large values by default. But, for efficiency, the device can take all
/// the responsibility of clipping. That is `deviceClip`, which was introduced
/// in R 4.1. If this is set to `true`, the engine will perform no clipping at
/// all. For more details, please refer to [the offical announcement blog post].
///
/// So, in short, a graphic device can choose either of the following:
///
/// - clipping without the help of the graphic engine (`Device`)
/// - clipping with the help of the graphic engine (`DeviceAndEngine`)
/// - no clipping at all (`Engine`)
///
/// [the R Internals]:
/// https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Handling-text
/// [the announcement blog post]:
/// https://developer.r-project.org/Blog/public/2020/06/08/improvements-to-clipping-in-the-r-graphics-engine/
pub enum ClippingStrategy {
Device,
DeviceAndEngine,
Engine,
}
/// A graphic device implementation.
///
/// # Safety
///
/// To implement these callback functions, extreme care is needed to avoid any
/// `panic!()` because it immediately crashes the R session. Usually, extendr
/// handles a panic gracefully, but there's no such protect on the callback
/// functions.
#[allow(non_snake_case, unused_variables, clippy::too_many_arguments)]
pub trait DeviceDriver: std::marker::Sized {
/// Whether the device accepts the drawing operation of a raster. By
/// default, the default implementation, which just ignores the raster,
/// is used so this can be left `true`. If there's a necessity to
/// explicitly refuse the operation, this can be set `false`.
const USE_RASTER: bool = true;
/// Whether the device accepts a capturing operation. By default, the
/// default implementation, which just returns an empty capture, is used so
/// this can be left `true`. If there's a necessity to explicitly refuse the
/// operation, this can be set `false`.
const USE_CAPTURE: bool = true;
/// Whether the device has a locator capability, i.e.,
/// reading the position of the graphics cursor when the mouse button is pressed.
/// It works with X11, windows and quartz devices.
const USE_LOCATOR: bool = true;
/// Whether the device maintains a plot history. This corresponds to
/// `displayListOn` in the underlying [DevDesc].
const USE_PLOT_HISTORY: bool = false;
/// To what extent the device takes the responsibility of clipping. See
/// [ClippingStrategy] for the details.
const CLIPPING_STRATEGY: ClippingStrategy = ClippingStrategy::DeviceAndEngine;
/// Set this to `false` if the implemented `strWidth()` and `text()` only
/// accept ASCII text.
const ACCEPT_UTF8_TEXT: bool = true;
/// A callback function to setup the device when the device is activated.
fn activate(&mut self, dd: DevDesc) {}
/// A callback function to draw a circle.
///
/// The header file[^1] states:
///
/// * The border of the circle should be drawn in the given `col` (i.e. `gc.col`).
/// * The circle should be filled with the given `fill` (i.e. `gc.fill`) colour.
/// * If `col` is `NA_INTEGER` then no border should be drawn.
/// * If `fill` is `NA_INTEGER` then the circle should not be filled.
///
/// [^1]: <https://github.com/wch/r-source/blob/9f284035b7e503aebe4a804579e9e80a541311bb/src/include/R_ext/GraphicsDevice.h#L205-L210>
fn circle(&mut self, center: (f64, f64), r: f64, gc: R_GE_gcontext, dd: DevDesc) {}
/// A callback function to clip.
fn clip(&mut self, from: (f64, f64), to: (f64, f64), dd: DevDesc) {}
/// A callback function to free device-specific resources when the device is
/// killed. Note that, `self` MUST NOT be dropped within this function
/// because the wrapper that extendr internally generates will do it.
fn close(&mut self, dd: DevDesc) {}
/// A callback function to clean up when the device is deactivated.
fn deactivate(&mut self, dd: DevDesc) {}
/// A callback function to draw a line.
fn line(&mut self, from: (f64, f64), to: (f64, f64), gc: R_GE_gcontext, dd: DevDesc) {}
/// A callback function that returns the [TextMetric] (ascent, descent, and width) of the
/// given character in device unit.
///
/// The default implementation returns `(0, 0, 0)`, following the convention
/// described in [the header file]:
///
/// > If the device cannot provide metric information then it MUST return
/// > 0.0 for ascent, descent, and width.
///
/// [The header file]:
/// https://github.com/wch/r-source/blob/9bb47ca929c41a133786fa8fff7c70162bb75e50/src/include/R_ext/GraphicsDevice.h#L321-L322
fn char_metric(&mut self, c: char, gc: R_GE_gcontext, dd: DevDesc) -> TextMetric {
TextMetric {
ascent: 0.0,
descent: 0.0,
width: 0.0,
}
}
/// A callback function called whenever the graphics engine starts
/// drawing (mode=1) or stops drawing (mode=0).
fn mode(&mut self, mode: i32, dd: DevDesc) {}
/// A callback function called whenever a new plot requires a new page.
fn new_page(&mut self, gc: R_GE_gcontext, dd: DevDesc) {}
/// A callback function to draw a polygon.
fn polygon<T: IntoIterator<Item = (f64, f64)>>(
&mut self,
coords: T,
gc: R_GE_gcontext,
dd: DevDesc,
) {
}
/// A callback function to draw a polyline.
fn polyline<T: IntoIterator<Item = (f64, f64)>>(
&mut self,
coords: T,
gc: R_GE_gcontext,
dd: DevDesc,
) {
}
/// A callback function to draw a rect.
fn rect(&mut self, from: (f64, f64), to: (f64, f64), gc: R_GE_gcontext, dd: DevDesc) {}
/// A callback function to draw paths.
///
/// `nper` contains number of points in each polygon. `winding` represents
/// the filling rule; `true` means "nonzero", `false` means "evenodd" (c.f.
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule>).
fn path<T: IntoIterator<Item = impl IntoIterator<Item = (f64, f64)>>>(
&mut self,
coords: T,
winding: bool,
gc: R_GE_gcontext,
dd: DevDesc,
) {
}
/// A callback function to draw a [Raster].
///
/// `pos` gives the bottom-left corner. `angle` is the rotation in degrees,
/// with positive rotation anticlockwise from the positive x-axis.
/// `interpolate` is whether to apply the linear interpolation on the raster
/// image.
fn raster<T: AsRef<[u32]>>(
&mut self,
raster: Raster<T>,
pos: (f64, f64),
size: (f64, f64),
angle: f64,
interpolate: bool,
gc: R_GE_gcontext,
dd: DevDesc,
) {
}
/// A callback function that captures and returns the current canvas.
///
/// This is only meaningful for raster devices.
fn capture(&mut self, dd: DevDesc) -> Robj {
().into()
}
/// A callback function that returns the current device size in the format
/// of `(left, right, bottom, top)` in points.
///
/// - If the size of the graphic device won't change after creation, the
/// function can simply return the `left`, `right`, `bottom`, and `top` of
/// the `DevDesc` (the default implementation).
/// - If the size can change, probably the actual size should be tracked in
/// the device-specific struct, i.e. `self`, and the function should refer
/// to the field (e.g., [`cbm_Size()` in the cairo device]).
///
/// Note that, while this function is what is supposed to be called
/// "whenever the device is resized," it's not automatically done by the
/// graphic engine. [The header file] states:
///
/// > This is not usually called directly by the graphics engine because the
/// > detection of device resizes (e.g., a window resize) are usually
/// > detected by device-specific code.
///
/// [The header file]:
/// <https://github.com/wch/r-source/blob/8ebcb33a9f70e729109b1adf60edd5a3b22d3c6f/src/include/R_ext/GraphicsDevice.h#L508-L527>
/// [`cbm_Size()` in the cairo device]:
/// <https://github.com/wch/r-source/blob/8ebcb33a9f70e729109b1adf60edd5a3b22d3c6f/src/library/grDevices/src/cairo/cairoBM.c#L73-L83>
fn size(&mut self, dd: DevDesc) -> (f64, f64, f64, f64) {
(dd.left, dd.right, dd.bottom, dd.top)
}
/// A callback function that returns the width of the given string in the
/// device units.
///
/// The default implementation use `char_metric()` on each character in the
/// text and sums the widths. This should be sufficient for most of the
/// cases, but the developer can choose to implement this. The header
/// file[^1] suggests the possible reasons:
///
/// - for performance
/// - to decide what to do when font metric information is not available
///
/// [^1]: <https://github.com/wch/r-source/blob/9bb47ca929c41a133786fa8fff7c70162bb75e50/src/include/R_ext/GraphicsDevice.h#L67-L74>
fn text_width(&mut self, text: &str, gc: R_GE_gcontext, dd: DevDesc) -> f64 {
text.chars()
.map(|c| self.char_metric(c, gc, dd).width)
.sum()
}
/// A callback function to draw a text.
///
/// `angle` is the rotation in degrees, with positive rotation anticlockwise
/// from the positive x-axis.
fn text(
&mut self,
pos: (f64, f64),
text: &str,
angle: f64,
hadj: f64,
gc: R_GE_gcontext,
dd: DevDesc,
) {
}
/// A callback function called when the user aborts some operation. It seems
/// this is rarely implemented.
fn on_exit(&mut self, dd: DevDesc) {}
/// A callback function to confirm a new frame. It seems this is rarely
/// implementad.
fn new_frame_confirm(&mut self, dd: DevDesc) -> bool {
true
}
/// A callback function to manage the "suspension level" of the device. R
/// function `dev.hold()` is used to increase the level, and `dev.flush()`
/// to decrease it. When the level reaches zero, output is supposed to be
/// flushed to the device. This is only meaningful for screen devices.
fn holdflush(&mut self, dd: DevDesc, level: i32) -> i32 {
0
}
/// A callback function that returns the coords of the event
fn locator(&mut self, x: *mut f64, y: *mut f64, dd: DevDesc) -> bool {
true
}
/// A callback function for X11_eventHelper.
// TODO:
// Argument `code` should, ideally, be of type c_int,
// but compiler throws erors. It should be ok to use
// i32 here.
fn eventHelper(&mut self, dd: DevDesc, code: i32) {}
/// Create a [Device].
fn create_device<T: DeviceDriver>(
self,
device_descriptor: DeviceDescriptor,
device_name: &'static str,
) -> Device {
#![allow(non_snake_case)]
#![allow(unused_variables)]
use std::os::raw::{c_char, c_int, c_uint};
// The code here is a Rust interpretation of the C-version of example
// code on the R Internals:
//
// https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Device-structures
unsafe {
single_threaded(|| {
// Check the API version
R_GE_checkVersionOrDie(R_GE_version as _);
// Check if there are too many devices
R_CheckDeviceAvailable();
});
}
// Define wrapper functions. This is a bit boring, and frustrationg to
// see `create_device()` bloats to such a massive function because of
// this, but probably there's no other way to do this nicely...
unsafe extern "C" fn device_driver_activate<T: DeviceDriver>(arg1: pDevDesc) {
// Derefernce to the original struct without moving it. While this
// is a dangerous operation, it should be safe as long as the data
// lives only within this function.
//
// Note that, we bravely unwrap() here because deviceSpecific should
// never be a null pointer, as we set it. If the pDevDesc got
// currupted, it might happen, but we can do nothing in that weird
// case anyway.
let data = ((*arg1).deviceSpecific as *mut T).as_mut().unwrap();
data.activate(*arg1);
}
unsafe extern "C" fn device_driver_circle<T: DeviceDriver>(
x: f64,
y: f64,
r: f64,
gc: pGEcontext,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.circle((x, y), r, *gc, *dd);
}
unsafe extern "C" fn device_driver_clip<T: DeviceDriver>(
x0: f64,
x1: f64,
y0: f64,
y1: f64,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.clip((x0, y0), (x1, y1), *dd);
}
// Note: the close() wrapper is special. This function is responsible
// for tearing down the DeviceDriver itself, which is always needed even
// when no close callback is implemented.
unsafe extern "C" fn device_driver_close<T: DeviceDriver>(dd: pDevDesc) {
let dev_desc = *dd;
let data_ptr = dev_desc.deviceSpecific as *mut T;
// Convert back to a Rust struct to drop the resources on Rust's side.
let mut data = Box::from_raw(data_ptr);
data.close(dev_desc);
}
unsafe extern "C" fn device_driver_deactivate<T: DeviceDriver>(arg1: pDevDesc) {
let mut data = ((*arg1).deviceSpecific as *mut T).read();
data.deactivate(*arg1);
}
unsafe extern "C" fn device_driver_line<T: DeviceDriver>(
x1: f64,
y1: f64,
x2: f64,
y2: f64,
gc: pGEcontext,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.line((x1, y1), (x2, y2), *gc, *dd);
}
unsafe extern "C" fn device_driver_char_metric<T: DeviceDriver>(
c: c_int,
gc: pGEcontext,
ascent: *mut f64,
descent: *mut f64,
width: *mut f64,
dd: pDevDesc,
) {
// Be aware that `c` can be a negative value if `hasTextUTF8` is
// true, and we do set it true. The header file[^1] states:
//
// > the metricInfo entry point should accept negative values for
// > 'c' and treat them as indicating Unicode points (as well as
// > positive values in a MBCS locale).
//
// The negativity might be useful if the implementation treats ASCII
// and non-ASCII characters differently, but I think it's rare. So,
// we just use `c.abs()`.
//
// [^1]: https://github.com/wch/r-source/blob/9bb47ca929c41a133786fa8fff7c70162bb75e50/src/include/R_ext/GraphicsDevice.h#L615-L617
if let Some(c) = std::char::from_u32(c.abs() as _) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
let metric_info = data.char_metric(c, *gc, *dd);
*ascent = metric_info.ascent;
*descent = metric_info.descent;
*width = metric_info.width;
}
}
unsafe extern "C" fn device_driver_mode<T: DeviceDriver>(mode: c_int, dd: pDevDesc) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.mode(mode as _, *dd);
}
unsafe extern "C" fn device_driver_new_page<T: DeviceDriver>(gc: pGEcontext, dd: pDevDesc) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.new_page(*gc, *dd);
}
unsafe extern "C" fn device_driver_polygon<T: DeviceDriver>(
n: c_int,
x: *mut f64,
y: *mut f64,
gc: pGEcontext,
dd: pDevDesc,
) {
let x = slice::from_raw_parts(x, n as _).iter();
let y = slice::from_raw_parts(y, n as _).iter();
// TODO: does this map has some overhead? If so, maybe we should change the interface?
let coords = x.zip(y).map(|(&x, &y)| (x, y));
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.polygon(coords, *gc, *dd);
}
unsafe extern "C" fn device_driver_polyline<T: DeviceDriver>(
n: c_int,
x: *mut f64,
y: *mut f64,
gc: pGEcontext,
dd: pDevDesc,
) {
let x = slice::from_raw_parts(x, n as _).iter();
let y = slice::from_raw_parts(y, n as _).iter();
// TODO: does this map has some overhead? If so, maybe we should change the interface?
let coords = x.zip(y).map(|(&x, &y)| (x, y));
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.polyline(coords, *gc, *dd);
}
unsafe extern "C" fn device_driver_rect<T: DeviceDriver>(
x0: f64,
y0: f64,
x1: f64,
y1: f64,
gc: pGEcontext,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.rect((x0, y0), (x1, y1), *gc, *dd);
}
unsafe extern "C" fn device_driver_path<T: DeviceDriver>(
x: *mut f64,
y: *mut f64,
npoly: c_int,
nper: *mut c_int,
winding: Rboolean,
gc: pGEcontext,
dd: pDevDesc,
) {
let nper = slice::from_raw_parts(nper, npoly as _);
// TODO: This isn't very efficient as we need to iterate over nper at least twice.
let n = nper.iter().sum::<i32>() as usize;
let x = slice::from_raw_parts(x, n as _).iter();
let y = slice::from_raw_parts(y, n as _).iter();
// TODO: does this map has some overhead? If so, maybe we should change the interface?
let mut coords_flat = x.zip(y).map(|(&x, &y)| (x, y));
let coords = nper.iter().map(|&np| {
coords_flat
.by_ref()
.take(np as _)
// TODO: Probably this don't need to be collected.
.collect::<Vec<(f64, f64)>>()
});
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// It seems `NA` is just treated as `true`. Probably it doesn't matter much here.
// c.f. https://github.com/wch/r-source/blob/6b22b60126646714e0f25143ac679240be251dbe/src/library/grDevices/src/devPS.c#L4235
let winding = winding != Rboolean::FALSE;
data.path(coords, winding, *gc, *dd);
}
unsafe extern "C" fn device_driver_raster<T: DeviceDriver>(
raster: *mut c_uint,
w: c_int,
h: c_int,
x: f64,
y: f64,
width: f64,
height: f64,
rot: f64,
interpolate: Rboolean,
gc: pGEcontext,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
let raster = slice::from_raw_parts(raster, (w * h) as _);
data.raster::<&[u32]>(
Raster {
pixels: raster,
width: w as _,
},
(x, y),
(width, height),
rot,
// It seems `NA` is just treated as `true`. Probably it doesn't matter much here.
// c.f. https://github.com/wch/r-source/blob/6b22b60126646714e0f25143ac679240be251dbe/src/library/grDevices/src/devPS.c#L4062
interpolate != Rboolean::FALSE,
*gc,
*dd,
);
}
unsafe extern "C" fn device_driver_capture<T: DeviceDriver>(dd: pDevDesc) -> SEXP {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO: convert the output more nicely
data.capture(*dd).get()
}
unsafe extern "C" fn device_driver_size<T: DeviceDriver>(
left: *mut f64,
right: *mut f64,
bottom: *mut f64,
top: *mut f64,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
let sizes = data.size(*dd);
*left = sizes.0;
*right = sizes.1;
*bottom = sizes.2;
*top = sizes.3;
}
unsafe extern "C" fn device_driver_text_width<T: DeviceDriver>(
str: *const c_char,
gc: pGEcontext,
dd: pDevDesc,
) -> f64 {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
let cstr = std::ffi::CStr::from_ptr(str);
// TODO: Should we do something when the str is not available?
if let Ok(cstr) = cstr.to_str() {
data.text_width(cstr, *gc, *dd)
} else {
0.0
}
}
unsafe extern "C" fn device_driver_text<T: DeviceDriver>(
x: f64,
y: f64,
str: *const c_char,
rot: f64,
hadj: f64,
gc: pGEcontext,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
let cstr = std::ffi::CStr::from_ptr(str);
// TODO: Should we do something when the str is not available?
if let Ok(cstr) = cstr.to_str() {
data.text((x, y), cstr, rot, hadj, *gc, *dd);
}
}
unsafe extern "C" fn device_driver_on_exit<T: DeviceDriver>(dd: pDevDesc) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.on_exit(*dd);
}
unsafe extern "C" fn device_driver_new_frame_confirm<T: DeviceDriver>(
dd: pDevDesc,
) -> Rboolean {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.new_frame_confirm(*dd).into()
}
unsafe extern "C" fn device_driver_holdflush<T: DeviceDriver>(
dd: pDevDesc,
level: c_int,
) -> c_int {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.holdflush(*dd, level as _)
}
unsafe extern "C" fn device_driver_locator<T: DeviceDriver>(
x: *mut f64,
y: *mut f64,
dd: pDevDesc,
) -> Rboolean {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
data.locator(x, y, *dd).into()
}
unsafe extern "C" fn device_driver_eventHelper<T: DeviceDriver>(dd: pDevDesc, code: c_int) {
let mut data = ((*dd).deviceSpecific as *mut T).read();
data.eventHelper(*dd, code);
}
#[cfg(use_r_ge_version_14)]
unsafe extern "C" fn device_driver_setPattern<T: DeviceDriver>(
pattern: SEXP,
dd: pDevDesc,
) -> SEXP {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO
// data.setPattern(pattern, *dd)
R_NilValue
}
#[cfg(use_r_ge_version_14)]
unsafe extern "C" fn device_driver_releasePattern<T: DeviceDriver>(
ref_: SEXP,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO
// data.reelasePattern(ref_, *dd);
}
#[cfg(use_r_ge_version_14)]
unsafe extern "C" fn device_driver_setClipPath<T: DeviceDriver>(
path: SEXP,
ref_: SEXP,
dd: pDevDesc,
) -> SEXP {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO
// data.setClipPath(path, ref_, *dd)
R_NilValue
}
#[cfg(use_r_ge_version_14)]
unsafe extern "C" fn device_driver_releaseClipPath<T: DeviceDriver>(
ref_: SEXP,
dd: pDevDesc,
) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO
// data.releaseClipPath(ref_, *dd);
}
#[cfg(use_r_ge_version_14)]
unsafe extern "C" fn device_driver_setMask<T: DeviceDriver>(
path: SEXP,
ref_: SEXP,
dd: pDevDesc,
) -> SEXP {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO
// data.setMask(path, ref_, *dd)
R_NilValue
}
#[cfg(use_r_ge_version_14)]
unsafe extern "C" fn device_driver_releaseMask<T: DeviceDriver>(ref_: SEXP, dd: pDevDesc) {
let data = ((*dd).deviceSpecific as *mut T).as_mut().unwrap();
// TODO
// data.releaseMask(ref_, *dd);
}
//
// ************* defining the wrapper functions ends here ****************
//
// `Box::new()` allocates memory on the heap and places `self` into it.
// Then, an unsafe function `Box::into_raw()` converts it to a raw
// pointer. By doing so, Rust won't drop the object so that it will
// survive after after being passed to the R's side. Accordingly, it's
// extendr's responsibility to drop it. This deallocation will be done
// in the `close()` wrapper; the struct will be gotten back to the
// Rust's side by `Box::from_raw()` so that Rust will drop it when
// returning from the function.
let deviceSpecific = Box::into_raw(Box::new(self)) as *mut std::os::raw::c_void;
// When we go across the boundary of FFI, the general rule is that the
// allocated memory needs to be deallocated by the same allocator; if we
// allocate memory on Rust's side, it needs to be dropped on Rust's
// side. If we allocate memory on R's side, it needs to be freed on R's
// side. Here, `DevDesc` is the latter case.
//
// The problem is that, while `DevDesc` is supposed to be `free()`ed on
// R's side when device is closed by `dev.off()` (more specifically, in
// `GEdestroyDevDesc()`), there's no API that creates a `DevDesc`
// instance; typically, it's created by `calloc()` and a manual cast to
// `DevDesc*`. Please see [the example code on R Internals].
//
// Because of the absence of such an API, the only choice here is to use
// `libc::calloc()` and treat it as `*DevDesc`, taking the risk of
// uninitialized fields. This solves the problem if the same "libc" (or
// C runtime) as R is used. In other words, there's still a risk of
// allocator mismatch. We need to be careful to configure PATHs
// correctly to make sure the same toolchain used for compiling R itself
// is chosen when the program is compiled.
//
// [Example code on R Internals]:
// https://cran.r-project.org/doc/manuals/r-release/R-ints.html#Device-structures
let p_dev_desc = unsafe { libc::calloc(1, std::mem::size_of::<DevDesc>()) as *mut DevDesc };
unsafe {
(*p_dev_desc).left = device_descriptor.left;
(*p_dev_desc).right = device_descriptor.right;
(*p_dev_desc).bottom = device_descriptor.bottom;
(*p_dev_desc).top = device_descriptor.top;
// This should be the same as the size of the device
(*p_dev_desc).clipLeft = device_descriptor.left;
(*p_dev_desc).clipRight = device_descriptor.right;
(*p_dev_desc).clipBottom = device_descriptor.bottom;
(*p_dev_desc).clipTop = device_descriptor.top;
// Not sure where these numbers came from, but it seems this is a
// common practice, considering the postscript device and svglite
// device do so.
(*p_dev_desc).xCharOffset = 0.4900;
(*p_dev_desc).yCharOffset = 0.3333;
(*p_dev_desc).yLineBias = 0.2;
(*p_dev_desc).ipr = device_descriptor.ipr;
(*p_dev_desc).cra = device_descriptor.cra;
// Gamma-related parameters are all ignored. R-internals indicates so:
//
// canChangeGamma – Rboolean: can the display gamma be adjusted? This is now
// ignored, as gamma support has been removed.
//
// and actually it seems this parameter is never used.
(*p_dev_desc).gamma = 1.0;
(*p_dev_desc).canClip = match <T>::CLIPPING_STRATEGY {
ClippingStrategy::Engine => Rboolean::FALSE,
_ => Rboolean::TRUE,
};
// As described above, gamma is not supported.
(*p_dev_desc).canChangeGamma = Rboolean::FALSE;
(*p_dev_desc).canHAdj = CanHAdjOption::VariableAdjustment as _;
(*p_dev_desc).startps = device_descriptor.startps;
(*p_dev_desc).startcol = device_descriptor.startcol.to_i32();
(*p_dev_desc).startfill = device_descriptor.startfill.to_i32();
(*p_dev_desc).startlty = device_descriptor.startlty.to_i32();
(*p_dev_desc).startfont = device_descriptor.startfont.to_i32();
(*p_dev_desc).startgamma = 1.0;
// A raw pointer to the data specific to the device.
(*p_dev_desc).deviceSpecific = deviceSpecific;
(*p_dev_desc).displayListOn = <T>::USE_PLOT_HISTORY.into();
// These are currently not used, so just set FALSE.
(*p_dev_desc).canGenMouseDown = Rboolean::FALSE;
(*p_dev_desc).canGenMouseMove = Rboolean::FALSE;
(*p_dev_desc).canGenMouseUp = Rboolean::FALSE;
(*p_dev_desc).canGenKeybd = Rboolean::FALSE;
(*p_dev_desc).canGenIdle = Rboolean::FALSE;
// The header file says:
//
// This is set while getGraphicsEvent is actively looking for events.
//
// It seems no implementation sets this, so this is probably what is
// modified on the engine's side.
(*p_dev_desc).gettingEvent = Rboolean::FALSE;
(*p_dev_desc).activate = Some(device_driver_activate::<T>);
(*p_dev_desc).circle = Some(device_driver_circle::<T>);
(*p_dev_desc).clip = match <T>::CLIPPING_STRATEGY {
ClippingStrategy::Engine => None,
_ => Some(device_driver_clip::<T>),
};
(*p_dev_desc).close = Some(device_driver_close::<T>);
(*p_dev_desc).deactivate = Some(device_driver_deactivate::<T>);
(*p_dev_desc).locator = Some(device_driver_locator::<T>); // TOD;
(*p_dev_desc).line = Some(device_driver_line::<T>);
(*p_dev_desc).metricInfo = Some(device_driver_char_metric::<T>);
(*p_dev_desc).mode = Some(device_driver_mode::<T>);
(*p_dev_desc).newPage = Some(device_driver_new_page::<T>);
(*p_dev_desc).polygon = Some(device_driver_polygon::<T>);
(*p_dev_desc).polyline = Some(device_driver_polyline::<T>);
(*p_dev_desc).rect = Some(device_driver_rect::<T>);
(*p_dev_desc).path = Some(device_driver_path::<T>);
(*p_dev_desc).raster = if <T>::USE_RASTER {
Some(device_driver_raster::<T>)
} else {
None
};
(*p_dev_desc).cap = if <T>::USE_CAPTURE {
Some(device_driver_capture::<T>)
} else {
None
};
(*p_dev_desc).size = Some(device_driver_size::<T>);
(*p_dev_desc).strWidth = Some(device_driver_text_width::<T>);
(*p_dev_desc).text = Some(device_driver_text::<T>);
(*p_dev_desc).onExit = Some(device_driver_on_exit::<T>);
// This is no longer used and exists only for backward-compatibility
// of the structure.
(*p_dev_desc).getEvent = None;
(*p_dev_desc).newFrameConfirm = Some(device_driver_new_frame_confirm::<T>);
// UTF-8 support
(*p_dev_desc).hasTextUTF8 = <T>::ACCEPT_UTF8_TEXT.into();
(*p_dev_desc).textUTF8 = if <T>::ACCEPT_UTF8_TEXT {
Some(device_driver_text::<T>)
} else {
None
};
(*p_dev_desc).strWidthUTF8 = if <T>::ACCEPT_UTF8_TEXT {
Some(device_driver_text_width::<T>)
} else {
None
};
(*p_dev_desc).wantSymbolUTF8 = <T>::ACCEPT_UTF8_TEXT.into();
// R internals says:
//
// Some devices can produce high-quality rotated text, but those based on
// bitmaps often cannot. Those which can should set useRotatedTextInContour
// to be true from graphics API version 4.
//
// It seems this is used only by plot3d, so FALSE should be appropriate in
// most of the cases.
(*p_dev_desc).useRotatedTextInContour = Rboolean::FALSE;
(*p_dev_desc).eventEnv = empty_env().get();
(*p_dev_desc).eventHelper = Some(device_driver_eventHelper::<T>);
(*p_dev_desc).holdflush = Some(device_driver_holdflush::<T>);
// TODO: implement capability properly.
(*p_dev_desc).haveTransparency = DevCapTransparency::Yes as _;
(*p_dev_desc).haveTransparentBg = DevCapTransparentBg::Fully as _;
// There might be some cases where we want to use `Unset` or
// `ExceptForMissingValues`, but, for the sake of simplicity, we
// only use yes or no. Let's revisit here when necessary.
(*p_dev_desc).haveRaster = if <T>::USE_RASTER {
DevCapRaster::Yes as _
} else {
DevCapRaster::No as _
};
(*p_dev_desc).haveCapture = if <T>::USE_CAPTURE {
DevCapCapture::Yes as _
} else {
DevCapCapture::No as _
};
(*p_dev_desc).haveLocator = if <T>::USE_LOCATOR {
DevCapLocator::Yes as _
} else {
DevCapLocator::No as _
};
// NOTE: Unlike the features that will be added in Graphics API
// version 15 (i.e. R 4.2), the features in API v13 & v14 (i.e. R
// 4.1) are not optional. We need to provide the placeholder
// functions for it.
#[cfg(use_r_ge_version_14)]
{
(*p_dev_desc).setPattern = Some(device_driver_setPattern::<T>);
(*p_dev_desc).releasePattern = Some(device_driver_releasePattern::<T>);
(*p_dev_desc).setClipPath = Some(device_driver_setClipPath::<T>);
(*p_dev_desc).releaseClipPath = Some(device_driver_releaseClipPath::<T>);
(*p_dev_desc).setMask = Some(device_driver_setMask::<T>);
(*p_dev_desc).releaseMask = Some(device_driver_releaseMask::<T>);
(*p_dev_desc).deviceVersion = R_GE_definitions as _;
(*p_dev_desc).deviceClip = match <T>::CLIPPING_STRATEGY {
ClippingStrategy::Device => Rboolean::TRUE,
_ => Rboolean::FALSE,
};
}
#[cfg(use_r_ge_version_15)]
{
(*p_dev_desc).defineGroup = None;
(*p_dev_desc).useGroup = None;
(*p_dev_desc).releaseGroup = None;
(*p_dev_desc).stroke = None;
(*p_dev_desc).fill = None;
(*p_dev_desc).fillStroke = None;
(*p_dev_desc).capabilities = None;
}
} // unsafe ends here
let device_name = CString::new(device_name).unwrap();
single_threaded(|| unsafe {
let device = GEcreateDevDesc(p_dev_desc);
// NOTE: Some graphic device use `GEaddDevice2f()`, a version of
// `GEaddDevice2()` with a filename, instead, but `GEaddDevice2()`
// should be appropriate for general purposes.
GEaddDevice2(device, device_name.as_ptr() as *mut i8);
GEinitDisplayList(device);
Device { inner: device }
})
}
}