OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_t
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/util/
ansi-print.cc
70
struct
color_t
struct
72
static
color_t
from_ansi (unsigned int x)
74
color_t
c = {(0xFF<<24) | ((0xFF*(x&1))<<16) | ((0xFF*((x >> 1)&1))<<8) | (0xFF*((x >> 2)&1))};
82
color_diff_t diff (const
color_t
&o)
104
data ((
color_t
*) data_),
111
data ((
color_t
*) malloc (sizeof (data[0]) * width * height)),
116
color_t
&operator () (unsigned int x, unsigned int y)
119
color_t
operator () (unsigned int x, unsigned int y) const
130
color_t
*p = data + x + MIN (y + row, height - 1) * stride;
131
color_t
*q = s.data + row * s.stride
[
all
...]
/external/ltrace/testsuite/ltrace.main/
parameters.c
35
}
color_t
;
typedef in typeref:enum:__anon18455
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 225 milliseconds