Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgzht.h112 struct gx_ht_cache_s { struct
114 byte *bits; /* the base of the bits */
115 uint bits_size; /* the space available for bits */
116 gx_ht_tile *ht_tiles; /* the base of the tiles */
117 uint num_tiles; /* the number of tiles allocated */
120 gx_ht_order order; /* the cached order vector */
121 int num_cached; /* actual # of cached tiles */
122 int levels_per_tile; /* # of levels per cached tile */
123 int tiles_fit; /* -1 if not determined, 0 if no fit, */
125 gx_bitmap_id base_id; /* the base id, to which */
[all …]