Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-private.h172 struct bits_image struct
174 image_common_t common;
175 pixman_format_code_t format;
176 const pixman_indexed_t * indexed;
177 int width;
178 int height;
179 uint32_t * bits;
180 uint32_t * free_me;
204 bits_image_t bits; argument