Searched refs:glyphHeight (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.h68 unsigned glyphHeight; member in struct:gl_bitmap_atlas
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.h67 unsigned glyphHeight; member in struct:gl_bitmap_atlas
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c91 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight = 16;
94 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight = 32;
97 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight = 16;
100 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight = 32;
182 height += rows * cache->glyphHeight;
347 #define CACHE_Y(pos) (cache->yOffset + ((pos) / cache->columns) * cache->glyphHeight)
427 y + cache->glyphHeight);
457 cache->glyphWidth, cache->glyphHeight, cache->format == PICT_a8 ? "A" : "ARGB",
574 height <= cache->glyphHeight) {
H A Dexa_priv.h116 int glyphHeight; member in struct:__anone2c6f97a0208
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c91 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight =
95 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight =
99 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight =
103 pExaScr->glyphCaches[i].glyphWidth = pExaScr->glyphCaches[i].glyphHeight =
185 height += rows * cache->glyphHeight;
350 #define CACHE_Y(pos) (cache->yOffset + ((pos) / cache->columns) * cache->glyphHeight)
422 x, y, x + cache->glyphWidth, y + cache->glyphHeight);
449 cache->glyphWidth, cache->glyphHeight,
564 width <= cache->glyphWidth && height <= cache->glyphHeight) {
H A Dexa_priv.h115 int glyphHeight; member in struct:__anonaa13440d0208
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c91 uxa_screen->glyphCaches[i].glyphWidth = uxa_screen->glyphCaches[i].glyphHeight = 16;
94 uxa_screen->glyphCaches[i].glyphWidth = uxa_screen->glyphCaches[i].glyphHeight = 32;
97 uxa_screen->glyphCaches[i].glyphWidth = uxa_screen->glyphCaches[i].glyphHeight = 16;
100 uxa_screen->glyphCaches[i].glyphWidth = uxa_screen->glyphCaches[i].glyphHeight = 32;
185 height += rows * cache->glyphHeight;
351 #define CACHE_Y(pos) (cache->yOffset + ((pos) / cache->columns) * cache->glyphHeight)
402 cache->glyphWidth, cache->glyphHeight, cache->format == PICT_a8 ? "A" : "ARGB",
512 height <= cache->glyphHeight) {
H A Duxa-priv.h114 int glyphHeight; member in struct:__anon96abb93c0208

Completed in 8 milliseconds