Searched refs:uxa_glyph_key (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c86 static DevPrivateKeyRec uxa_glyph_key; variable in typeref:typename:DevPrivateKeyRec
88 static int uxa_glyph_key; variable in typeref:typename:int
94 return dixGetPrivate(&glyph->devPrivates, &uxa_glyph_key);
96 return dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
102 dixSetPrivate(&glyph->devPrivates, &uxa_glyph_key, priv);
213 if (!dixRegisterPrivateKey(&uxa_glyph_key, PRIVATE_GLYPH, 0))
216 if (!dixRequestPrivate(&uxa_glyph_key, 0))
308 priv = dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c86 static DevPrivateKeyRec uxa_glyph_key; variable in typeref:typename:DevPrivateKeyRec
88 static int uxa_glyph_key; variable in typeref:typename:int
94 return dixGetPrivate(&glyph->devPrivates, &uxa_glyph_key);
96 return dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
102 dixSetPrivate(&glyph->devPrivates, &uxa_glyph_key, priv);
213 if (!dixRegisterPrivateKey(&uxa_glyph_key, PRIVATE_GLYPH, 0))
216 if (!dixRequestPrivate(&uxa_glyph_key, 0))
308 priv = dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c87 static DevPrivateKeyRec uxa_glyph_key; variable in typeref:typename:DevPrivateKeyRec
89 static int uxa_glyph_key; variable in typeref:typename:int
95 return dixGetPrivate(&glyph->devPrivates, &uxa_glyph_key);
97 return dixLookupPrivate(&glyph->devPrivates, &uxa_glyph_key);
103 dixSetPrivate(&glyph->devPrivates, &uxa_glyph_key, priv);
202 if (!dixRegisterPrivateKey(&uxa_glyph_key, PRIVATE_GLYPH, 0))
205 if (!dixRequestPrivate(&uxa_glyph_key, 0))

Completed in 8 milliseconds