HomeSort by: relevance | last modified time | path
    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