OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colors_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/utils/
color_cache.h
26
uint32_t *
colors_
; // color entries
member in struct:__anon21914
35
return cc->
colors_
[key];
41
cc->
colors_
[key] = argb;
52
return cc->
colors_
[key] == argb;
/external/webp/src/utils/
color_cache.h
26
uint32_t *
colors_
; // color entries
member in struct:__anon27474
36
return cc->
colors_
[key];
42
cc->
colors_
[key] = argb;
48
cc->
colors_
[key] = argb;
59
return (cc->
colors_
[key] == argb);
Completed in 86 milliseconds