Searched refs:Glyphs (Results 1 - 25 of 50) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamagestr.h70 GlyphsProcPtr Glyphs; member in struct:_damageScrPriv
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamagestr.h74 GlyphsProcPtr Glyphs; member in struct:_damageScrPriv
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessScreen.c301 //SCREEN_UNWRAP(ps, Glyphs);
302 ps->Glyphs = SCREENREC(pScreen)->Glyphs;
303 ps->Glyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs);
304 ps->Glyphs = RootlessGlyphs;
305 //SCREEN_WRAP(ps, Glyphs);
698 // Composite and Glyphs don't use normal screen wrapping
702 s->Glyphs = ps->Glyphs;
703 ps->Glyphs
[all...]
H A DrootlessCommon.h109 GlyphsProcPtr Glyphs; member in struct:_RootlessScreenRec
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessScreen.c293 //SCREEN_UNWRAP(ps, Glyphs);
294 ps->Glyphs = SCREENREC(pScreen)->Glyphs;
295 ps->Glyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs);
296 ps->Glyphs = RootlessGlyphs;
297 //SCREEN_WRAP(ps, Glyphs);
688 // Composite and Glyphs don't use normal screen wrapping
693 s->Glyphs = ps->Glyphs;
694 ps->Glyphs
[all...]
H A DrootlessCommon.h110 GlyphsProcPtr Glyphs; member in struct:_RootlessScreenRec
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPict.c635 XAA_RENDER_PROLOGUE(pScreen, Glyphs);
637 if(!pSrc->pDrawable || !infoRec->Glyphs ||
638 !(*infoRec->Glyphs)(op, pSrc, pDst, maskFormat,
647 (*GetPictureScreen(pScreen)->Glyphs) (op, pSrc, pDst, maskFormat,
654 XAA_RENDER_EPILOGUE(pScreen, Glyphs, XAAGlyphs);
H A DxaaInit.c179 pScreenPriv->Glyphs = ps->Glyphs;
180 ps->Glyphs = XAAGlyphs;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c399 ps->Glyphs = uxa_screen->SavedGlyphs;
527 uxa_screen->SavedGlyphs = ps->Glyphs;
528 ps->Glyphs = uxa_glyphs;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c399 ps->Glyphs = uxa_screen->SavedGlyphs;
527 uxa_screen->SavedGlyphs = ps->Glyphs;
528 ps->Glyphs = uxa_glyphs;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c438 ps->Glyphs = uxa_screen->SavedGlyphs;
573 uxa_screen->SavedGlyphs = ps->Glyphs;
574 ps->Glyphs = uxa_glyphs;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c386 ps->Glyphs = uxa_screen->SavedGlyphs;
513 uxa_screen->SavedGlyphs = ps->Glyphs;
514 ps->Glyphs = uxa_glyphs;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c207 WRAP_PICT(Glyphs,VGAarbiterGlyphs);
247 UNWRAP_PICT(Glyphs);
1093 PICTURE_PROLOGUE(Glyphs);
1096 (*ps->Glyphs)(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs);
1098 PICTURE_EPILOGUE (Glyphs, VGAarbiterGlyphs);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c209 WRAP_PICT(Glyphs, VGAarbiterGlyphs);
251 UNWRAP_PICT(Glyphs);
1002 PICTURE_PROLOGUE(Glyphs);
1005 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs);
1007 PICTURE_EPILOGUE(Glyphs, VGAarbiterGlyphs);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.c778 if (ps->Glyphs == exaGlyphs)
801 unwrap(pExaScr, ps, Glyphs);
962 wrap(pExaScr, ps, Glyphs, exaGlyphs);
964 wrap(pExaScr, ps, Glyphs, ExaCheckGlyphs);
1043 if (ps->Glyphs == exaGlyphs)
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa.c745 if (ps->Glyphs == exaGlyphs)
772 unwrap(pExaScr, ps, Glyphs);
930 wrap(pExaScr, ps, Glyphs, exaGlyphs);
933 wrap(pExaScr, ps, Glyphs, ExaCheckGlyphs);
1024 if (ps->Glyphs == exaGlyphs)
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_render.c409 saa_wrap(sscreen, ps, Glyphs, miGlyphs);
424 saa_unwrap(sscreen, ps, Glyphs);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx.h243 GlyphsProcPtr Glyphs; member in struct:_DMXScreenInfo
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2418 Glyphs.clear();
2431 for (int i = 0; i != Glyphs.Size; i++)
2432 max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint);
2434 IM_ASSERT(Glyphs.Size < 0xFFFF); // -1 is reserved
2439 for (int i = 0; i < Glyphs.Size; i++)
2441 int codepoint = (int)Glyphs[i].Codepoint;
2442 IndexAdvanceX[codepoint] = Glyphs[i].AdvanceX;
2450 if (Glyphs.back().Codepoint != '\t') // So we can call this function multiple times
2451 Glyphs.resize(Glyphs
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2418 Glyphs.clear();
2431 for (int i = 0; i != Glyphs.Size; i++)
2432 max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint);
2434 IM_ASSERT(Glyphs.Size < 0xFFFF); // -1 is reserved
2439 for (int i = 0; i < Glyphs.Size; i++)
2441 int codepoint = (int)Glyphs[i].Codepoint;
2442 IndexAdvanceX[codepoint] = Glyphs[i].AdvanceX;
2450 if (Glyphs.back().Codepoint != '\t') // So we can call this function multiple times
2451 Glyphs.resize(Glyphs
[all...]
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dsummit_accel.c690 fPtr->glyphs = ps->Glyphs;
691 ps->Glyphs = SummitGlyphs;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpict.c366 ps->Glyphs = miGlyphs;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor.c900 glamor_priv->saved_procs.glyphs = ps->Glyphs;
901 ps->Glyphs = glamor_composite_glyphs;
962 ps->Glyphs = glamor_priv->saved_procs.glyphs;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor.c447 info->glamor.SavedGlyphs = ps->Glyphs;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor.c459 info->glamor.SavedGlyphs = ps->Glyphs;

Completed in 35 milliseconds

12