Searched refs:sourceChar (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 64 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 D | swapreq.c | 886 swaps(&stuff->sourceChar); in SProcCreateGlyphCursor()
|
| H A D | dispatch.c | 3018 res = AllocGlyphCursor(stuff->source, stuff->sourceChar, in ProcCreateGlyphCursor()
|