Searched refs:bottom_y (Results 1 – 1 of 1) sorted by relevance
2522 int x,y,bottom_y, i; in stbtt_BakeFontBitmap() local2528 bottom_y = 1; in stbtt_BakeFontBitmap()2540 y = bottom_y, x = 1; // advance to next row in stbtt_BakeFontBitmap()2554 if (y+gh+1 > bottom_y) in stbtt_BakeFontBitmap()2555 bottom_y = y+gh+1; in stbtt_BakeFontBitmap()2557 return bottom_y; in stbtt_BakeFontBitmap()2609 int x,y,bottom_y; member2629 con->bottom_y = 0; in stbrp_init_target()2640 con->y = con->bottom_y; in stbrp_pack_rects()2648 if (con->y + rects[i].h > con->bottom_y) in stbrp_pack_rects()[all …]