Searched refs:RT_FONT (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | resource.h | 77 #undef RT_FONT 79 #define RT_FONT ((RESTYPE)4) macro
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 339 rc = dixLookupResourceByType((void **) &sourcefont, source, RT_FONT, in AllocGlyphCursor() 345 rc = dixLookupResourceByType((void **) &maskfont, mask, RT_FONT, client, in AllocGlyphCursor() 504 err = dixLookupResourceByType((void **) &cursorfont, fontID, RT_FONT, in CreateRootCursor()
|
| H A D | registry.c | 368 RegisterResourceName(RT_FONT, "FONT"); in dixResetRegistry()
|
| H A D | dixfonts.c | 143 err = dixLookupResourceByType((void **) &pf, fid, RT_FONT, serverClient, in SetDefaultFont() 351 if (!AddResource(c->fontid, RT_FONT, (void *) pfont)) { in doOpenFont() 404 if (!AddResource(fid, RT_FONT, (void *) cached)) in OpenFont() 1153 err = dixLookupResourceByType((void **) &pFont, fid, RT_FONT, in doPolyText()
|
| H A D | dixutils.c | 249 rc = dixLookupResourceByType((void **) pFont, id, RT_FONT, client, in dixLookupFontable()
|
| H A D | resource.c | 456 [RT_FONT & (RC_LASTPREDEF - 1)] = {
|
| H A D | gc.c | 426 {GCFont, RT_FONT, DixUseAccess},
|
| H A D | dispatch.c | 1258 rc = dixLookupResourceByType((void **) &pFont, stuff->id, RT_FONT, in ProcCloseFont()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_label.c | 327 else if (type == RT_FONT) in SELinuxTypeToClass()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 936 else if ((type & TypeMask) == (RT_FONT & TypeMask)) { in dmxBECreateResources() 1547 else if ((type & TypeMask) == (RT_FONT & TypeMask)) { in dmxBEDestroyResources()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxcmds.c | 2811 dixLookupResourceByType((void **) &pFont, req->font, RT_FONT, in __glXUseXFont()
|