Searched refs:GetVisualInfo (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbestruct.h184 Bool (*GetVisualInfo)( member in struct:_DbeScreenPrivRec
H A Ddbe.c95 pDbeScreenPriv->GetVisualInfo = NULL;
221 * GetVisualInfo.
224 if (!pDbeScreenPriv->GetVisualInfo)
227 if (!(*pDbeScreenPriv->GetVisualInfo)(pWin->drawable.pScreen, &scrVisInfo))
229 /* GetVisualInfo() failed to allocate visual info data. */
243 /* Free what was allocated by the GetVisualInfo() call above. */
723 if (!(*pDbeScreenPriv->GetVisualInfo)(pScreen, &pScrVisInfo[i]))
H A Dmidbe.c73 * is called through pDbeScreenPriv->GetVisualInfo. This function is also
795 pDbeScreenPriv->GetVisualInfo = miDbeGetVisualInfo;
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbestruct.h186 Bool (*GetVisualInfo) (ScreenPtr /*pScreen */ , member in struct:_DbeScreenPrivRec
H A Ddbe.c90 pDbeScreenPriv->GetVisualInfo = NULL;
203 * GetVisualInfo.
206 if (!pDbeScreenPriv->GetVisualInfo)
209 if (!(*pDbeScreenPriv->GetVisualInfo) (pWin->drawable.pScreen, &scrVisInfo)) {
210 /* GetVisualInfo() failed to allocate visual info data. */
222 /* Free what was allocated by the GetVisualInfo() call above. */
624 if (!(*pDbeScreenPriv->GetVisualInfo) (pScreen, &pScrVisInfo[i])) {
H A Dmidbe.c68 * is called through pDbeScreenPriv->GetVisualInfo. This function is also
687 pDbeScreenPriv->GetVisualInfo = miDbeGetVisualInfo;

Completed in 11 milliseconds