OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ystep
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
1962
int
ystep
; // how far through vertical expansion we are
member in struct:__anon26c9e3660808
2003
r->
ystep
= r->vs >> 1;
2024
int y_bot = r->
ystep
>= (r->vs >> 1);
2029
if (++r->
ystep
>= r->vs) {
2030
r->
ystep
= 0;
stb_image.c
1962
int
ystep
; // how far through vertical expansion we are
member in struct:__anon26c9e3660808
2003
r->
ystep
= r->vs >> 1;
2024
int y_bot = r->
ystep
>= (r->vs >> 1);
2029
if (++r->
ystep
>= r->vs) {
2030
r->
ystep
= 0;
stb_image.c
1962
int
ystep
; // how far through vertical expansion we are
member in struct:__anon26c9e3660808
2003
r->
ystep
= r->vs >> 1;
2024
int y_bot = r->
ystep
>= (r->vs >> 1);
2029
if (++r->
ystep
>= r->vs) {
2030
r->
ystep
= 0;
Completed in 42 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025