Searched defs:color_t (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/util/
H A Dansi-print.cc68 struct color_t struct
70 static color_t from_ansi (unsigned int x)
72 color_t c = {(0xFF<<24) | ((0xFF*(x&1))<<16) | ((0xFF*((x >> 1)&1))<<8) | (0xFF*((x >> 2)&1))};
80 color_diff_t diff (const color_t &o)
102 data ((color_t *) data_),
109 data ((color_t *) malloc (sizeof (data[0]) * width * height)),
114 color_t &operator () (unsigned int x, unsigned int y)
117 color_t operator () (unsigned int x, unsigned int y) const
128 color_t *p = data + x + MIN (y + row, height - 1) * stride;
129 color_t *
[all...]
/external/pixman/test/
H A Dutils.h189 } color_t; typedef in typeref:struct:__anon28877
193 const color_t *src,
194 const color_t *mask,
195 const color_t *dst,
196 color_t *result,
200 round_color (pixman_format_code_t format, color_t *color);
218 pixel_checker_get_max (const pixel_checker_t *checker, color_t *color,
222 pixel_checker_get_min (const pixel_checker_t *checker, color_t *color,
227 uint32_t pixel, color_t *color);
231 uint32_t pixel, color_t *colo
[all...]
/external/ltrace/testsuite/ltrace.main/
H A Dparameters.c35 } color_t; typedef in typeref:enum:__anon26668
36 void func_enum(color_t);
37 void func_typedef(color_t);
/external/svox/pico/lib/
H A Dpicodbg.c109 enum color_t { enum
130 static enum color_t picodbg_getLevelColor(int level)

Completed in 706 milliseconds