HomeSort by relevance Sort by last modified time
    Searched defs:color_t (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/util/
ansi-print.cc 68 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 *q = s.data + row * s.stride
    [all...]
  /external/pixman/test/
utils.h 189 } color_t; typedef in typeref:struct:__anon33481
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)
    [all...]
  /external/ltrace/testsuite/ltrace.main/
parameters.c 35 } color_t; typedef in typeref:enum:__anon31279
36 void func_enum(color_t);
37 void func_typedef(color_t);
  /external/svox/pico/lib/
picodbg.c 109 enum color_t { enum
130 static enum color_t picodbg_getLevelColor(int level)

Completed in 176 milliseconds