Home
last modified time | relevance | path

Searched refs:color_t (Results 1 – 8 of 8) sorted by relevance

/external/pixman/test/
Dutils.h189 } color_t; typedef
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 *color);
Dcomposite.c33 static const color_t colors[] =
57 compute_pixman_color (const color_t *color, in compute_pixman_color()
135 const color_t *color;
218 describe_color (const color_t *color, char *buf) in describe_color()
234 color_t expected, tdst, tsrc, tmsk; in composite_test()
Dutils.c1264 const color_t *src, in do_composite()
1265 const color_t *mask, in do_composite()
1266 const color_t *dst, in do_composite()
1267 color_t *result, in do_composite()
1270 color_t srcval, srcalpha; in do_composite()
1327 round_color (pixman_format_code_t format, color_t *color) in round_color()
1443 uint32_t pixel, color_t *color) in pixel_checker_convert_pixel_to_color()
1493 color_t *color, in get_limits()
1496 color_t tmp; in get_limits()
1519 pixel_checker_get_max (const pixel_checker_t *checker, color_t *color, in pixel_checker_get_max()
[all …]
Dpixel-test.c166 color_t source_color, dest_color, reference_color; in verify()
Dcheck-formats.c44 color_t src_color, dest_color, result_color; in check_op()
/external/harfbuzz_ng/util/
Dansi-print.cc68 struct color_t struct
70 static color_t from_ansi (unsigned int x) in from_ansi() argument
72 color_t c = {(0xFF<<24) | ((0xFF*(x&1))<<16) | ((0xFF*((x >> 1)&1))<<8) | (0xFF*((x >> 2)&1))}; in from_ansi()
80 color_diff_t diff (const color_t &o) in diff() argument
102 data ((color_t *) data_), in image_t() argument
109 data ((color_t *) malloc (sizeof (data[0]) * width * height)), in image_t()
114 color_t &operator () (unsigned int x, unsigned int y) in operator ()()
117 color_t operator () (unsigned int x, unsigned int y) const in operator ()()
128 color_t *p = data + x + MIN (y + row, height - 1) * stride; in copy_sub_image()
129 color_t *q = s.data + row * s.stride; in copy_sub_image()
[all …]
/external/ltrace/testsuite/ltrace.main/
Dparameters.c35 } color_t; typedef
36 void func_enum(color_t);
37 void func_typedef(color_t);
/external/svox/pico/lib/
Dpicodbg.c109 enum color_t { enum
130 static enum color_t picodbg_getLevelColor(int level) in picodbg_getLevelColor()