OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tga_height
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
3618
int
tga_height
= get16le(s);
local in function:tga_load
3642
(tga_width < 1) || (
tga_height
< 1) ||
3659
*y =
tga_height
;
3670
tga_data = MALLOC( tga_width *
tga_height
* req_comp );
3686
for (i=0; i < tga_width *
tga_height
; ++i)
3799
for (j = 0; j*2 <
tga_height
; ++j)
3802
int index2 = (
tga_height
- 1 - j) * tga_width * req_comp;
Completed in 89 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025