OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_color_index
(Results
1 - 1
of
1
) sorted by null
/external/ImageMagick/coders/
sixel.c
243
int repeat_count, color_index,
max_color_index
= 2, background_color_index;
452
if (color_index >
max_color_index
) {
453
max_color_index
= color_index;
536
*ncolors =
max_color_index
+ 1;
241
int repeat_count, color_index,
max_color_index
= 2, background_color_index;
local
[
all
...]
Completed in 605 milliseconds