Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h3850 #define STBTT__OVER_MASK (STBTT_MAX_OVERSAMPLE-1) macro
3869 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
3870 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
3876 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
3877 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
3883 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
3884 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
3890 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
3891 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
3897 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
[all …]