Function libnotcurses_sys::ffi::ncplane_pixelgeom [−][src]
pub unsafe extern "C" fn ncplane_pixelgeom(
n: *const ncplane,
pxy: *mut c_int,
pxx: *mut c_int,
celldimy: *mut c_int,
celldimx: *mut c_int,
maxbmapy: *mut c_int,
maxbmapx: *mut c_int
)
Expand description
Retrieve pixel geometry for the display region (‘pxy’, ‘pxx’), each cell (‘celldimy’, ‘celldimx’), and the maximum displayable bitmap (‘maxbmapy’, ‘maxbmapx’). If bitmaps are not supported, ‘maxbmapy’ and ‘maxbmapx’ will be 0. Any of the geometry arguments may be NULL.