Searched refs:glyphWidth (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaTEText.c235 int glyphWidth = FONTMAXBOUNDS(font, characterWidth); local in function:XAAGlyphBltTEColorExpansion
239 Right = Left + (glyphWidth * nglyph);
259 skipglyphs = skippix/glyphWidth;
260 skippix %= glyphWidth;
276 fallbackBits = calloc(glyphWidth * fontHeight, 1);
295 /* x, y, w, h, skipleft, skiptop, glyphp, glyphWidth, fg, bg, rop, pm */
299 skippix, ytop - Top, glyphs + skipglyphs, glyphWidth,
H A DxaaTEGlyph.c150 unsigned int **glyphs, int glyphWidth,
156 GlyphScanlineFuncPtr GlyphFunc = glyph_scanline_func[glyphWidth - 1];
175 int width = glyphWidth - skipleft;
213 base = (*GlyphFunc)(base, glyphs, startline++, w, glyphWidth);
218 (*GlyphFunc)(base, glyphs, startline++, w, glyphWidth);
246 unsigned int **glyphs, int glyphWidth,
252 GlyphScanlineFuncPtr GlyphFunc = XAAGlyphScanlineFuncLSBFirst[glyphWidth - 1];
271 int width = glyphWidth - skipleft;
314 (*GlyphFunc)(mem, glyphs, startline++, w, glyphWidth);
320 (*GlyphFunc)(mem, glyphs, startline++, w, glyphWidth);
[all...]
H A Dxaalocal.h622 unsigned int **glyphs, int glyphWidth,
630 unsigned int **glyphs, int glyphWidth,
638 unsigned int **glyphs, int glyphWidth,
646 unsigned int **glyphs, int glyphWidth,
654 unsigned int **glyphs, int glyphWidth,
663 unsigned int **glyphs, int glyphWidth,
671 unsigned int **glyphs, int glyphWidth,
679 unsigned int **glyphs, int glyphWidth,
688 unsigned int **glyphs, int glyphWidth,
696 unsigned int **glyphs, int glyphWidth,
[all...]
H A DxaaStateChange.c127 int glyphWidth, int fg, int bg, int rop,
672 int glyphWidth, int fg, int bg, int rop,
681 glyphWidth, fg, bg, rop,
669 XAAStateWrapTEGlyphRenderer(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft,int startline,unsigned int ** glyphs,int glyphWidth,int fg,int bg,int rop,unsigned planemask) argument
H A Dxaa.h722 unsigned int **glyphs, int glyphWidth,
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsfont.h125 CF2_F16Dot16* glyphWidth );
H A Dpsfont.c489 CF2_F16Dot16* glyphWidth )
557 *glyphWidth = advWidth;
486 cf2_getGlyphOutline(CF2_Font font,CF2_Buffer charstring,const CF2_Matrix * transform,CF2_F16Dot16 * glyphWidth) argument
H A Dpsft.c375 CF2_F16Dot16 glyphWidth; local in function:cf2_decoder_parse_charstrings
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
439 cf2_setGlyphWidth( &font->outline, glyphWidth );
/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;
106 pExaScr->glyphCaches[i].columns = CACHE_PICTURE_WIDTH / pExaScr->glyphCaches[i].glyphWidth;
346 #define CACHE_X(pos) (((pos) % cache->columns) * cache->glyphWidth)
426 x + cache->glyphWidth,
457 cache->glyphWidth, cache->glyphHeight, cache->format == PICT_a8 ? "A" : "ARGB",
573 width <= cache->glyphWidth &&
H A Dexa_priv.h115 int glyphWidth; 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 =
111 CACHE_PICTURE_WIDTH / pExaScr->glyphCaches[i].glyphWidth;
349 #define CACHE_X(pos) (((pos) % cache->columns) * cache->glyphWidth)
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.h114 int glyphWidth; 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;
106 uxa_screen->glyphCaches[i].columns = CACHE_PICTURE_WIDTH / uxa_screen->glyphCaches[i].glyphWidth;
350 #define CACHE_X(pos) (((pos) % cache->columns) * cache->glyphWidth)
402 cache->glyphWidth, cache->glyphHeight, cache->format == PICT_a8 ? "A" : "ARGB",
511 width <= cache->glyphWidth &&
H A Duxa-priv.h113 int glyphWidth; member in struct:__anon96abb93c0208
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c55 unsigned int **glyphs, int glyphWidth,
689 unsigned int **glyphs, int glyphWidth,
698 GlyphFunc = GlyphTab[glyphWidth - 1];
710 base = (*GlyphFunc)(base, glyphs, startline++, w2, glyphWidth);

Completed in 24 milliseconds