OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_y
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
4332
int start_x,
start_y
;
member in struct:stbi_gif_struct
4450
g->cur_y = g->
start_y
+ (g->step >> 1);
4586
g->
start_y
= y * g->line_size;
4588
g->max_y = g->
start_y
+ h * g->line_size;
4590
g->cur_y = g->
start_y
;
stb_image.c
4332
int start_x,
start_y
;
member in struct:stbi_gif_struct
4450
g->cur_y = g->
start_y
+ (g->step >> 1);
4586
g->
start_y
= y * g->line_size;
4588
g->max_y = g->
start_y
+ h * g->line_size;
4590
g->cur_y = g->
start_y
;
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025