Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c64 unsigned short sourceChar; member
325 AllocGlyphCursor(Font source, unsigned sourceChar, Font mask, unsigned maskChar, in AllocGlyphCursor() argument
357 (pShare->sourceChar != sourceChar) || in AllocGlyphCursor()
369 if (!CursorMetricsFromGlyph(sourcefont, sourceChar, &cm)) { in AllocGlyphCursor()
370 client->errorValue = sourceChar; in AllocGlyphCursor()
392 if ((rc = ServerBitsFromGlyph(sourcefont, sourceChar, &cm, &srcbits))) { in AllocGlyphCursor()
436 pShare->sourceChar = sourceChar; in AllocGlyphCursor()
H A Dswapreq.c886 swaps(&stuff->sourceChar); in SProcCreateGlyphCursor()
H A Ddispatch.c3018 res = AllocGlyphCursor(stuff->source, stuff->sourceChar, in ProcCreateGlyphCursor()