Searched refs:sourcefont (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c307 FontPtr sourcefont, maskfont; local in function:AllocGlyphCursor
316 rc = dixLookupResourceByType((pointer *)&sourcefont, source, RT_FONT, client,
330 if (sourcefont != maskfont)
336 ((pShare->font != sourcefont) ||
353 if (!CursorMetricsFromGlyph(sourcefont, sourceChar, &cm))
380 if ((rc = ServerBitsFromGlyph(sourcefont, sourceChar, &cm, &srcbits)))
385 if (sourcefont != maskfont)
420 if (sourcefont != maskfont)
431 pShare->font = sourcefont;
432 sourcefont
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c330 FontPtr sourcefont, maskfont; local in function:AllocGlyphCursor
339 rc = dixLookupResourceByType((void **) &sourcefont, source, RT_FONT,
351 if (sourcefont != maskfont)
356 ((pShare->font != sourcefont) ||
369 if (!CursorMetricsFromGlyph(sourcefont, sourceChar, &cm)) {
392 if ((rc = ServerBitsFromGlyph(sourcefont, sourceChar, &cm, &srcbits))) {
396 if (sourcefont != maskfont) {
425 if (sourcefont != maskfont)
434 pShare->font = sourcefont;
435 sourcefont
[all...]

Completed in 8 milliseconds