| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolytext.c | 114 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(font)); 129 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(font));
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolytext.c | 116 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, x, y, n, charinfo, 132 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, x, y, n, charinfo,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 240 void (* ImageGlyphBlt)( member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gcstruct.h | 213 void (*ImageGlyphBlt) (DrawablePtr pDrawable, member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGCmisc.c | 251 pGC->ops->ImageGlyphBlt = XAAFallbackOps.ImageGlyphBlt; 276 pGC->ops->ImageGlyphBlt = infoRec->ImageGlyphBltNonTE; 285 pGC->ops->ImageGlyphBlt = infoRec->ImageGlyphBltTE; 294 pGC->ops->ImageGlyphBlt = infoRec->ImageGlyphBltTE;
|
| H A D | xaaFallback.c | 303 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, xInit, yInit, nglyph, ppci, pglyphBase);
|
| H A D | xaaGC.c | 609 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, xInit, yInit, nglyph,
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_core.c | 132 .ImageGlyphBlt = miImageGlyphBlt,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 430 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 458 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused);
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_glamor_wrappers.c | 668 amdgpu_glamor_nodstbo_ops.ImageGlyphBlt = pGC->ops->ImageGlyphBlt;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_glamor_wrappers.c | 660 radeon_glamor_nodstbo_ops.ImageGlyphBlt = pGC->ops->ImageGlyphBlt;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_ops.c | 441 (*pBackingGC->ops->ImageGlyphBlt)(pBackingDst, pBackingGC, x, y, nglyph,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 1380 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused); 1386 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused);
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessGC.c | 1398 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused); 1405 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 960 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, xInit, yInit,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 866 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, xInit, yInit,
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_unaccel.c | 327 pGC->ops->ImageGlyphBlt (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_unaccel.c | 327 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 1486 (*pGC->ops->ImageGlyphBlt)(pDrawable, pGC, x, y, n, charinfo, 1589 (*pGC->ops->ImageGlyphBlt)(pDrawable, pGC, x, y, nglyph,
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_unaccel.c | 529 pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 2388 pGC->ops->ImageGlyphBlt = miImageGlyphBlt; 2401 /* special case ImageGlyphBlt for terminal emulator fonts */ 2403 pGC->ops->ImageGlyphBlt = sunGXTEGlyphBlt; 2405 pGC->ops->ImageGlyphBlt = miImageGlyphBlt;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 2388 pGC->ops->ImageGlyphBlt = miImageGlyphBlt; 2401 /* special case ImageGlyphBlt for terminal emulator fonts */ 2403 pGC->ops->ImageGlyphBlt = sunGXTEGlyphBlt; 2405 pGC->ops->ImageGlyphBlt = miImageGlyphBlt;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 1565 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, nglyphInit,
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 1405 (*pGC->ops->ImageGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase);
|