Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsbitmap.h70 #define gs_bitmap_common(data_type) \ argument
93 #define gs_tile_bitmap_common(data_type) \ argument
120 #define gs_depth_bitmap_common(data_type) \ argument
132 #define gs_tile_depth_bitmap_common(data_type) \ argument
H A Dgxbitmap.h76 #define gx_bitmap_common(data_type) gs_bitmap_common(data_type) argument
89 #define gx_tile_bitmap_common(data_type) gs_tile_bitmap_common(data_type) argument
134 #define gx_strip_bitmap_common(data_type)\ argument
H A Dgdevpx.c351 pxeDataType_t data_type; in pclxl_flush_points() local
/plan9/sys/src/cmd/gs/zlib/
H A Dzlib.h98 int data_type; /* best guess about the data type: ascii or binary */ member