Searched refs:stbrp_coord (Results 1 – 1 of 1) sorted by relevance
2593 typedef int stbrp_coord; typedef2619 stbrp_coord x,y;2866 rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1); in stbtt_PackFontRangesGatherRects()2867 rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1); in stbtt_PackFontRangesGatherRects()2902 stbrp_coord pad = (stbrp_coord) spc->padding; in stbtt_PackFontRangesRenderIntoRects()