Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local
4060 recip_h = 1.0f / spc->h_oversample; in stbtt_PackFontRangesRenderIntoRects()
4108 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
4110 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()