Searched refs:pGlyph (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c254 uxa_glyph_cache_hash_lookup(uxa_glyph_cache_t *cache, GlyphPtr pGlyph) argument
258 slot = (*(CARD32 *) pGlyph->sha1) % cache->hashSize;
265 if (memcmp(pGlyph->sha1, cache->glyphs[entryPos].sha1, sizeof(pGlyph->sha1)) == 0){
277 GlyphPtr pGlyph,
282 memcpy(cache->glyphs[pos].sha1, pGlyph->sha1, sizeof(pGlyph->sha1));
284 slot = (*(CARD32 *) pGlyph->sha1) % cache->hashSize;
360 GlyphPtr pGlyph)
362 PicturePtr pGlyphPicture = GlyphPicture(pGlyph)[pScree
276 uxa_glyph_cache_hash_insert(uxa_glyph_cache_t * cache,GlyphPtr pGlyph,int pos) argument
357 uxa_glyph_cache_upload_glyph(ScreenPtr pScreen,uxa_glyph_cache_t * cache,int pos,GlyphPtr pGlyph) argument
383 uxa_glyph_cache_buffer_glyph(ScreenPtr pScreen,uxa_glyph_cache_t * cache,uxa_glyph_buffer_t * buffer,GlyphPtr pGlyph,int xGlyph,int yGlyph) argument
487 uxa_buffer_glyph(ScreenPtr pScreen,uxa_glyph_buffer_t * buffer,GlyphPtr pGlyph,int xGlyph,int yGlyph) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c250 GlyphPtr pGlyph)
254 slot = (*(CARD32 *) pGlyph->sha1) % cache->hashSize;
261 if (memcmp(pGlyph->sha1, cache->glyphs[entryPos].sha1, sizeof(pGlyph->sha1)) == 0){
273 GlyphPtr pGlyph,
278 memcpy(cache->glyphs[pos].sha1, pGlyph->sha1, sizeof(pGlyph->sha1));
280 slot = (*(CARD32 *) pGlyph->sha1) % cache->hashSize;
365 GlyphPtr pGlyph)
368 PicturePtr pGlyphPicture = GlyphPicture(pGlyph)[pScree
249 exaGlyphCacheHashLookup(ExaGlyphCachePtr cache,GlyphPtr pGlyph) argument
272 exaGlyphCacheHashInsert(ExaGlyphCachePtr cache,GlyphPtr pGlyph,int pos) argument
361 exaGlyphCacheUploadGlyph(ScreenPtr pScreen,ExaGlyphCachePtr cache,int x,int y,GlyphPtr pGlyph) argument
431 exaGlyphCacheBufferGlyph(ScreenPtr pScreen,ExaGlyphCachePtr cache,ExaGlyphBufferPtr buffer,GlyphPtr pGlyph,PicturePtr pSrc,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst) argument
543 exaBufferGlyph(ScreenPtr pScreen,ExaGlyphBufferPtr buffer,GlyphPtr pGlyph,PicturePtr pSrc,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst) argument
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c251 exaGlyphCacheHashLookup(ExaGlyphCachePtr cache, GlyphPtr pGlyph) argument
255 slot = (*(CARD32 *) pGlyph->sha1) % cache->hashSize;
264 (pGlyph->sha1, cache->glyphs[entryPos].sha1,
265 sizeof(pGlyph->sha1)) == 0) {
276 exaGlyphCacheHashInsert(ExaGlyphCachePtr cache, GlyphPtr pGlyph, int pos) argument
280 memcpy(cache->glyphs[pos].sha1, pGlyph->sha1, sizeof(pGlyph->sha1));
282 slot = (*(CARD32 *) pGlyph->sha1) % cache->hashSize;
365 ExaGlyphCachePtr cache, int x, int y, GlyphPtr pGlyph)
368 PicturePtr pGlyphPicture = GetGlyphPicture(pGlyph, pScree
364 exaGlyphCacheUploadGlyph(ScreenPtr pScreen,ExaGlyphCachePtr cache,int x,int y,GlyphPtr pGlyph) argument
426 exaGlyphCacheBufferGlyph(ScreenPtr pScreen,ExaGlyphCachePtr cache,ExaGlyphBufferPtr buffer,GlyphPtr pGlyph,PicturePtr pSrc,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst) argument
538 exaBufferGlyph(ScreenPtr pScreen,ExaGlyphBufferPtr buffer,GlyphPtr pGlyph,PicturePtr pSrc,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst) argument
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpict.c87 GlyphPtr pGlyph)
90 pixman_glyph_cache_remove (glyphCache, pGlyph, NULL);
86 fbUnrealizeGlyph(ScreenPtr pScreen,GlyphPtr pGlyph) argument
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c291 GlyphPtr pGlyph)
295 priv = uxa_glyph_get_private(pGlyph);
301 uxa_glyph_set_private(pGlyph, NULL);
290 uxa_glyph_unrealize(ScreenPtr pScreen,GlyphPtr pGlyph) argument
H A Duxa-priv.h431 GlyphPtr pGlyph);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-priv.h423 GlyphPtr pGlyph);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-priv.h423 GlyphPtr pGlyph);

Completed in 8 milliseconds