OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ColorMapSize
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
wrgif.c
223
int BitsPerPixel,
ColorMapSize
, InitCodeSize, FlagByte;
233
ColorMapSize
= 1 << BitsPerPixel;
260
for (i=0; i <
ColorMapSize
; i++) {
/external/qemu/distrib/jpeg-6b/
wrgif.c
223
int BitsPerPixel,
ColorMapSize
, InitCodeSize, FlagByte;
233
ColorMapSize
= 1 << BitsPerPixel;
260
for (i=0; i <
ColorMapSize
; i++) {
Completed in 490 milliseconds