Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pe_inq_pixmap_rep(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026