OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colors_
(Results
1 - 10
of
10
) sorted by null
/external/webp/src/utils/
color_cache_utils.c
27
cc->
colors_
= (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
28
sizeof(*cc->
colors_
));
29
if (cc->
colors_
== NULL) return 0;
37
WebPSafeFree(cc->
colors_
);
38
cc->
colors_
= NULL;
47
memcpy(dst->
colors_
, src->
colors_
,
48
((size_t)1u << dst->hash_bits_) * sizeof(*dst->
colors_
));
color_cache_utils.h
28
uint32_t *
colors_
; // color entries
member in struct:__anon49484
42
return cc->
colors_
[key];
48
cc->
colors_
[key] = argb;
54
cc->
colors_
[key] = argb;
66
return (cc->
colors_
[key] == argb) ? key : -1;
/external/ImageMagick/Magick++/lib/Magick++/
Options.h
159
void quantizeColors(const size_t
colors_
);
Image.h
366
void quantizeColors(const size_t
colors_
);
[
all
...]
STL.h
[
all
...]
/external/ImageMagick/Magick++/lib/
Options.cpp
451
void Magick::Options::quantizeColors(const size_t
colors_
)
453
_quantizeInfo->number_colors=
colors_
;
STL.cpp
[
all
...]
Image.cpp
1258
void Magick::Image::quantizeColors(const size_t
colors_
)
1261
options()->quantizeColors(
colors_
);
[
all
...]
/external/webp/src/enc/
backward_references_enc.c
767
hashers[i].
colors_
[key] = *argb;
[
all
...]
/external/webp/src/dec/
vp8l_dec.c
[
all
...]
Completed in 530 milliseconds