Home
last modified time | relevance | path

Searched defs:gx_color_tile_s (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxpcolor.h148 struct gx_color_tile_s { struct
152 gx_bitmap_id id;
153 int depth;
156 gs_uid uid;
161 int tiling_type; /* TilingType */
162 gs_matrix step_matrix; /* tiling space -> device space, */
164 gs_rect bbox; /* bbox of tile in tiling space */
165 gx_strip_bitmap tbits; /* data = 0 if uncolored */
166 gx_strip_bitmap tmask; /* data = 0 if no mask */
168 bool is_simple; /* true if xstep/ystep = tile size */
[all …]