Searched defs:image_t (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/util/
H A Dansi-print.cc91 struct image_t struct
95 image_t (unsigned int width_, function in struct:image_t
104 image_t (unsigned int width_, function in struct:image_t
111 ~image_t (void)
121 copy_sub_image (const image_t &s,
165 void set (const image_t &image)
384 image_t image (width, height, data, stride);
388 image_t cell (CELL_W, CELL_H);
/external/libvncserver/VisualNaCro/
H A Dnacro.c9 typedef struct image_t { struct
12 } image_t; typedef in typeref:struct:image_t
29 image_t* grep_image;
143 image_t* image;
274 static image_t* loadpnm(const char* filename)
279 image_t* image;
303 image=(image_t*)malloc(sizeof(image_t));
328 static void free_image(image_t* image)
363 image_t *imag
[all...]

Completed in 365 milliseconds