Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h2710 #define STBTT__OVER_MASK (STBTT_MAX_OVERSAMPLE-1) macro
2728 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
2729 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
2735 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
2736 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
2742 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
2743 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
2749 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
2750 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; in stbtt__h_prefilter()
2756 total += pixels[i] - buffer[i & STBTT__OVER_MASK]; in stbtt__h_prefilter()
[all …]