Searched refs:stbtt__oversample_shift (Results 1 – 1 of 1) sorted by relevance
3976 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() function4040 *sub_x = stbtt__oversample_shift(prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter()4041 *sub_y = stbtt__oversample_shift(prefilter_y); in stbtt_MakeGlyphBitmapSubpixelPrefilter()4062 sub_x = stbtt__oversample_shift(spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects()4063 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects()