OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pal_idx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
3713
int
pal_idx
= get8u(s);
local in function:tga_load
3714
if (
pal_idx
>= tga_palette_len )
3717
pal_idx
= 0;
3719
pal_idx
*= tga_bits_per_pixel / 8;
3722
raw_data[j] = tga_palette[
pal_idx
+j];
Completed in 52 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025