Home
last modified time | relevance | path

Searched refs:RT_FONT (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h77 #undef RT_FONT
79 #define RT_FONT ((RESTYPE)4) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c339 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 Dregistry.c368 RegisterResourceName(RT_FONT, "FONT"); in dixResetRegistry()
H A Ddixfonts.c143 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 Ddixutils.c249 rc = dixLookupResourceByType((void **) pFont, id, RT_FONT, client, in dixLookupFontable()
H A Dresource.c456 [RT_FONT & (RC_LASTPREDEF - 1)] = {
H A Dgc.c426 {GCFont, RT_FONT, DixUseAccess},
H A Ddispatch.c1258 rc = dixLookupResourceByType((void **) &pFont, stuff->id, RT_FONT, in ProcCloseFont()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_label.c327 else if (type == RT_FONT) in SELinuxTypeToClass()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c936 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 Dglxcmds.c2811 dixLookupResourceByType((void **) &pFont, req->font, RT_FONT, in __glXUseXFont()