Searched refs:sub_x (Results 1 – 1 of 1) sorted by relevance
2888 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local2893 sub_x = stbtt__oversample_shift(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()