Searched refs:prefilter_x (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 4021 …tride, float scale_x, float scale_y, float shift_x, float shift_y, int prefilter_x, int prefilter_… in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4025 out_w - (prefilter_x - 1), in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4034 if (prefilter_x > 1) in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4035 stbtt__h_prefilter(output, out_w, out_h, out_stride, prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4040 *sub_x = stbtt__oversample_shift(prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter()
|