OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapentrysize
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
rdbmp.c
81
read_colormap (bmp_source_ptr sinfo, int cmaplen, int
mapentrysize
)
86
switch (
mapentrysize
) {
260
int
mapentrysize
= 0; /* 0 indicates no colormap */
local
293
mapentrysize
= 3; /* OS/2 uses RGBTRIPLE colormap */
322
mapentrysize
= 4; /* Windows uses RGBQUAD colormap */
353
if (
mapentrysize
> 0) {
363
read_colormap(source, (int) biClrUsed,
mapentrysize
);
365
bPad -= biClrUsed *
mapentrysize
;
rdtarga.c
101
read_colormap (tga_source_ptr sinfo, int cmaplen, int
mapentrysize
)
107
if (
mapentrysize
!= 24)
/external/qemu/distrib/jpeg-6b/
rdbmp.c
81
read_colormap (bmp_source_ptr sinfo, int cmaplen, int
mapentrysize
)
86
switch (
mapentrysize
) {
260
int
mapentrysize
= 0; /* 0 indicates no colormap */
local
293
mapentrysize
= 3; /* OS/2 uses RGBTRIPLE colormap */
322
mapentrysize
= 4; /* Windows uses RGBQUAD colormap */
353
if (
mapentrysize
> 0) {
363
read_colormap(source, (int) biClrUsed,
mapentrysize
);
365
bPad -= biClrUsed *
mapentrysize
;
rdtarga.c
101
read_colormap (tga_source_ptr sinfo, int cmaplen, int
mapentrysize
)
107
if (
mapentrysize
!= 24)
Completed in 115 milliseconds