OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tga_palette
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
3623
unsigned char *
tga_palette
= NULL;
local in function:tga_load
3680
tga_palette
= MALLOC( tga_palette_len * tga_palette_bits / 8 );
3681
if (!getn(s,
tga_palette
, tga_palette_len * tga_palette_bits / 8 ))
3722
raw_data[j] =
tga_palette
[pal_idx+j];
3814
if (
tga_palette
!= NULL )
3816
FREE(
tga_palette
);
stb_image.c
3623
unsigned char *
tga_palette
= NULL;
local in function:tga_load
3680
tga_palette
= MALLOC( tga_palette_len * tga_palette_bits / 8 );
3681
if (!getn(s,
tga_palette
, tga_palette_len * tga_palette_bits / 8 ))
3722
raw_data[j] =
tga_palette
[pal_idx+j];
3814
if (
tga_palette
!= NULL )
3816
FREE(
tga_palette
);
Completed in 32 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025