Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h2888 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local
2891 recip_h = 1.0f / spc->h_oversample; in stbtt_PackFontRangesRenderIntoRects()
2939 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
2941 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()