pe_inq_pixmap_rep(3g) — Subroutines
Name
pe_inq_pixmap_rep − Returns the pixmap identifier and the index offset.
Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function
Syntax
void pe_inq_pixmap_rep (
Pint wsid, /∗ (I) Workstation identifier. ∗/
Pint index, /∗ (I) Pixmap table index to query ∗/
Pinq_type return_type, /∗ (I) Return type flag ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Ppoint ∗pos, /∗ (O) Offset from the upper left corner of
the pixmap, in logical device
coordinates ∗/
Pint ∗pixmap /∗ (O) Pixmap identifier ∗/
)
Data Structures
typedef enum {
PINQ_SET, /∗ Use the exact state list values. ∗/
PINQ_REALIZED /∗ Use the values approximated by the graphics
handler. ∗/
} Pinq_type;
typedef struct {
Pfloatx;/∗ x coordinate ∗/
Pfloaty;/∗ y coordinate ∗/
} Ppoint;
Description
pe_inq_pixmap_rep returns the pixmap identifier and the offset associated with the specified pixmap index.
See Also
pe_set_pixmap_rep