Searched refs:GLYPH_MIN_SIZE (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c75 #define GLYPH_MIN_SIZE 8 macro
77 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE))
562 size /= GLYPH_MIN_SIZE;
590 for (size = GLYPH_MIN_SIZE; size <= GLYPH_MAX_SIZE; size *= 2)
648 s = pos / ((GLYPH_MAX_SIZE / GLYPH_MIN_SIZE) * (GLYPH_MAX_SIZE / GLYPH_MIN_SIZE));
651 for (s = GLYPH_MIN_SIZE; s < GLYPH_MAX_SIZE; s *= 2) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c75 #define GLYPH_MIN_SIZE 8 macro
77 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE))
562 size /= GLYPH_MIN_SIZE;
590 for (size = GLYPH_MIN_SIZE; size <= GLYPH_MAX_SIZE; size *= 2)
648 s = pos / ((GLYPH_MAX_SIZE / GLYPH_MIN_SIZE) * (GLYPH_MAX_SIZE / GLYPH_MIN_SIZE));
651 for (s = GLYPH_MIN_SIZE; s < GLYPH_MAX_SIZE; s *= 2) {
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c76 #define GLYPH_MIN_SIZE 8 macro
78 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE))
543 size /= GLYPH_MIN_SIZE;
571 for (size = GLYPH_MIN_SIZE; size <= GLYPH_MAX_SIZE; size *= 2)
629 s = pos / ((GLYPH_MAX_SIZE / GLYPH_MIN_SIZE) * (GLYPH_MAX_SIZE / GLYPH_MIN_SIZE));
632 for (s = GLYPH_MIN_SIZE; s < GLYPH_MAX_SIZE; s *= 2) {
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c80 #define GLYPH_MIN_SIZE 8 macro
82 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE))
374 size /= GLYPH_MIN_SIZE;
425 for (size = GLYPH_MIN_SIZE; size <= GLYPH_MAX_SIZE; size *= 2)
476 s = pos / ((GLYPH_MAX_SIZE / GLYPH_MIN_SIZE) * (GLYPH_MAX_SIZE / GLYPH_MIN_SIZE));
479 for (s = GLYPH_MIN_SIZE; s < GLYPH_MAX_SIZE; s *= 2) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c80 #define GLYPH_MIN_SIZE 8 macro
82 #define GLYPH_CACHE_SIZE (CACHE_PICTURE_SIZE * CACHE_PICTURE_SIZE / (GLYPH_MIN_SIZE * GLYPH_MIN_SIZE))
374 size /= GLYPH_MIN_SIZE;
425 for (size = GLYPH_MIN_SIZE; size <= GLYPH_MAX_SIZE; size *= 2)
476 s = pos / ((GLYPH_MAX_SIZE / GLYPH_MIN_SIZE) * (GLYPH_MAX_SIZE / GLYPH_MIN_SIZE));
479 for (s = GLYPH_MIN_SIZE; s < GLYPH_MAX_SIZE; s *= 2) {

Completed in 11 milliseconds