mupdf
Loading...
Searching...
No Matches
fz_device_container_stack Struct Reference

#include <device.h>

Collaboration diagram for fz_device_container_stack:

Public Attributes

fz_rect scissor
int type
int user

Detailed Description

The device structure is public to allow devices to be implemented outside of fitz.

Device methods should always be called using e.g. fz_fill_path(ctx, dev, ...) rather than dev->fill_path(ctx, dev, ...) Devices can keep track of containers (clips/masks/groups/tiles) as they go to save callers having to do it.

Member Data Documentation

◆ scissor

fz_rect fz_device_container_stack::scissor

◆ type

int fz_device_container_stack::type

◆ user

int fz_device_container_stack::user

The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/mupdf/checkouts/1.28.0/include/mupdf/fitz/device.h