Home
last modified time | relevance | path

Searched refs:stbrp_coord (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/video/
Dstb_truetype.h2593 typedef int stbrp_coord; typedef
2619 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()