Lines Matching full:result

64     int result, len, j;  in PanoramiXCreateWindow()  local
75 result = dixLookupResourceByType((void **) &parent, stuff->parent, in PanoramiXCreateWindow()
77 if (result != Success) in PanoramiXCreateWindow()
78 return result; in PanoramiXCreateWindow()
90 result = dixLookupResourceByType((void **) &backPix, tmp, in PanoramiXCreateWindow()
92 if (result != Success) in PanoramiXCreateWindow()
93 return result; in PanoramiXCreateWindow()
100 result = dixLookupResourceByType((void **) &bordPix, tmp, in PanoramiXCreateWindow()
102 if (result != Success) in PanoramiXCreateWindow()
103 return result; in PanoramiXCreateWindow()
110 result = dixLookupResourceByType((void **) &cmap, tmp, in PanoramiXCreateWindow()
113 if (result != Success) in PanoramiXCreateWindow()
114 return result; in PanoramiXCreateWindow()
149 result = (*SavedProcVector[X_CreateWindow]) (client); in PanoramiXCreateWindow()
150 if (result != Success) in PanoramiXCreateWindow()
154 if (result == Success) in PanoramiXCreateWindow()
159 return result; in PanoramiXCreateWindow()
172 int result, len, j; in PanoramiXChangeWindowAttributes() local
181 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXChangeWindowAttributes()
183 if (result != Success) in PanoramiXChangeWindowAttributes()
184 return result; in PanoramiXChangeWindowAttributes()
194 result = dixLookupResourceByType((void **) &backPix, tmp, in PanoramiXChangeWindowAttributes()
196 if (result != Success) in PanoramiXChangeWindowAttributes()
197 return result; in PanoramiXChangeWindowAttributes()
204 result = dixLookupResourceByType((void **) &bordPix, tmp, in PanoramiXChangeWindowAttributes()
206 if (result != Success) in PanoramiXChangeWindowAttributes()
207 return result; in PanoramiXChangeWindowAttributes()
214 result = dixLookupResourceByType((void **) &cmap, tmp, in PanoramiXChangeWindowAttributes()
217 if (result != Success) in PanoramiXChangeWindowAttributes()
218 return result; in PanoramiXChangeWindowAttributes()
230 result = (*SavedProcVector[X_ChangeWindowAttributes]) (client); in PanoramiXChangeWindowAttributes()
233 return result; in PanoramiXChangeWindowAttributes()
240 int result, j; in PanoramiXDestroyWindow() local
246 result = dixLookupResourceByType((void **) &win, stuff->id, XRT_WINDOW, in PanoramiXDestroyWindow()
248 if (result != Success) in PanoramiXDestroyWindow()
249 return result; in PanoramiXDestroyWindow()
253 result = (*SavedProcVector[X_DestroyWindow]) (client); in PanoramiXDestroyWindow()
254 if (result != Success) in PanoramiXDestroyWindow()
261 return result; in PanoramiXDestroyWindow()
268 int result, j; in PanoramiXDestroySubwindows() local
274 result = dixLookupResourceByType((void **) &win, stuff->id, XRT_WINDOW, in PanoramiXDestroySubwindows()
276 if (result != Success) in PanoramiXDestroySubwindows()
277 return result; in PanoramiXDestroySubwindows()
281 result = (*SavedProcVector[X_DestroySubwindows]) (client); in PanoramiXDestroySubwindows()
282 if (result != Success) in PanoramiXDestroySubwindows()
289 return result; in PanoramiXDestroySubwindows()
296 int result, j; in PanoramiXChangeSaveSet() local
302 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXChangeSaveSet()
304 if (result != Success) in PanoramiXChangeSaveSet()
305 return result; in PanoramiXChangeSaveSet()
309 result = (*SavedProcVector[X_ChangeSaveSet]) (client); in PanoramiXChangeSaveSet()
310 if (result != Success) in PanoramiXChangeSaveSet()
314 return result; in PanoramiXChangeSaveSet()
321 int result, j; in PanoramiXReparentWindow() local
329 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXReparentWindow()
331 if (result != Success) in PanoramiXReparentWindow()
332 return result; in PanoramiXReparentWindow()
334 result = dixLookupResourceByType((void **) &parent, stuff->parent, in PanoramiXReparentWindow()
336 if (result != Success) in PanoramiXReparentWindow()
337 return result; in PanoramiXReparentWindow()
350 result = (*SavedProcVector[X_ReparentWindow]) (client); in PanoramiXReparentWindow()
351 if (result != Success) in PanoramiXReparentWindow()
355 return result; in PanoramiXReparentWindow()
362 int result, j; in PanoramiXMapWindow() local
368 result = dixLookupResourceByType((void **) &win, stuff->id, in PanoramiXMapWindow()
370 if (result != Success) in PanoramiXMapWindow()
371 return result; in PanoramiXMapWindow()
375 result = (*SavedProcVector[X_MapWindow]) (client); in PanoramiXMapWindow()
376 if (result != Success) in PanoramiXMapWindow()
380 return result; in PanoramiXMapWindow()
387 int result, j; in PanoramiXMapSubwindows() local
393 result = dixLookupResourceByType((void **) &win, stuff->id, in PanoramiXMapSubwindows()
395 if (result != Success) in PanoramiXMapSubwindows()
396 return result; in PanoramiXMapSubwindows()
400 result = (*SavedProcVector[X_MapSubwindows]) (client); in PanoramiXMapSubwindows()
401 if (result != Success) in PanoramiXMapSubwindows()
405 return result; in PanoramiXMapSubwindows()
412 int result, j; in PanoramiXUnmapWindow() local
418 result = dixLookupResourceByType((void **) &win, stuff->id, in PanoramiXUnmapWindow()
420 if (result != Success) in PanoramiXUnmapWindow()
421 return result; in PanoramiXUnmapWindow()
425 result = (*SavedProcVector[X_UnmapWindow]) (client); in PanoramiXUnmapWindow()
426 if (result != Success) in PanoramiXUnmapWindow()
430 return result; in PanoramiXUnmapWindow()
437 int result, j; in PanoramiXUnmapSubwindows() local
443 result = dixLookupResourceByType((void **) &win, stuff->id, in PanoramiXUnmapSubwindows()
445 if (result != Success) in PanoramiXUnmapSubwindows()
446 return result; in PanoramiXUnmapSubwindows()
450 result = (*SavedProcVector[X_UnmapSubwindows]) (client); in PanoramiXUnmapSubwindows()
451 if (result != Success) in PanoramiXUnmapSubwindows()
455 return result; in PanoramiXUnmapSubwindows()
464 int result, j, len, sib_offset = 0, x = 0, y = 0; in PanoramiXConfigureWindow() local
477 result = dixLookupResourceByType((void **) &pWin, stuff->window, in PanoramiXConfigureWindow()
479 if (result != Success) in PanoramiXConfigureWindow()
480 return result; in PanoramiXConfigureWindow()
482 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXConfigureWindow()
484 if (result != Success) in PanoramiXConfigureWindow()
485 return result; in PanoramiXConfigureWindow()
492 result = dixLookupResourceByType((void **) &sib, tmp, XRT_WINDOW, in PanoramiXConfigureWindow()
494 if (result != Success) in PanoramiXConfigureWindow()
495 return result; in PanoramiXConfigureWindow()
522 result = (*SavedProcVector[X_ConfigureWindow]) (client); in PanoramiXConfigureWindow()
523 if (result != Success) in PanoramiXConfigureWindow()
527 return result; in PanoramiXConfigureWindow()
534 int result, j; in PanoramiXCirculateWindow() local
540 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXCirculateWindow()
542 if (result != Success) in PanoramiXCirculateWindow()
543 return result; in PanoramiXCirculateWindow()
547 result = (*SavedProcVector[X_CirculateWindow]) (client); in PanoramiXCirculateWindow()
548 if (result != Success) in PanoramiXCirculateWindow()
552 return result; in PanoramiXCirculateWindow()
683 int result, j; in PanoramiXCreatePixmap() local
690 result = dixLookupResourceByClass((void **) &refDraw, stuff->drawable, in PanoramiXCreatePixmap()
692 if (result != Success) in PanoramiXCreatePixmap()
693 return (result == BadValue) ? BadDrawable : result; in PanoramiXCreatePixmap()
705 result = (*SavedProcVector[X_CreatePixmap]) (client); in PanoramiXCreatePixmap()
706 if (result != Success) in PanoramiXCreatePixmap()
710 if (result == Success) in PanoramiXCreatePixmap()
715 return result; in PanoramiXCreatePixmap()
722 int result, j; in PanoramiXFreePixmap() local
730 result = dixLookupResourceByType((void **) &pix, stuff->id, XRT_PIXMAP, in PanoramiXFreePixmap()
732 if (result != Success) in PanoramiXFreePixmap()
733 return result; in PanoramiXFreePixmap()
737 result = (*SavedProcVector[X_FreePixmap]) (client); in PanoramiXFreePixmap()
738 if (result != Success) in PanoramiXFreePixmap()
745 return result; in PanoramiXFreePixmap()
759 int result, len, j; in PanoramiXCreateGC() local
769 result = dixLookupResourceByClass((void **) &refDraw, stuff->drawable, in PanoramiXCreateGC()
771 if (result != Success) in PanoramiXCreateGC()
772 return (result == BadValue) ? BadDrawable : result; in PanoramiXCreateGC()
777 result = dixLookupResourceByType((void **) &tile, tmp, XRT_PIXMAP, in PanoramiXCreateGC()
779 if (result != Success) in PanoramiXCreateGC()
780 return result; in PanoramiXCreateGC()
786 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXCreateGC()
788 if (result != Success) in PanoramiXCreateGC()
789 return result; in PanoramiXCreateGC()
795 result = dixLookupResourceByType((void **) &clip, tmp, XRT_PIXMAP, in PanoramiXCreateGC()
797 if (result != Success) in PanoramiXCreateGC()
798 return result; in PanoramiXCreateGC()
817 result = (*SavedProcVector[X_CreateGC]) (client); in PanoramiXCreateGC()
818 if (result != Success) in PanoramiXCreateGC()
822 if (result == Success) in PanoramiXCreateGC()
827 return result; in PanoramiXCreateGC()
840 int result, len, j; in PanoramiXChangeGC() local
849 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXChangeGC()
851 if (result != Success) in PanoramiXChangeGC()
852 return result; in PanoramiXChangeGC()
857 result = dixLookupResourceByType((void **) &tile, tmp, XRT_PIXMAP, in PanoramiXChangeGC()
859 if (result != Success) in PanoramiXChangeGC()
860 return result; in PanoramiXChangeGC()
866 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXChangeGC()
868 if (result != Success) in PanoramiXChangeGC()
869 return result; in PanoramiXChangeGC()
875 result = dixLookupResourceByType((void **) &clip, tmp, XRT_PIXMAP, in PanoramiXChangeGC()
877 if (result != Success) in PanoramiXChangeGC()
878 return result; in PanoramiXChangeGC()
890 result = (*SavedProcVector[X_ChangeGC]) (client); in PanoramiXChangeGC()
891 if (result != Success) in PanoramiXChangeGC()
895 return result; in PanoramiXChangeGC()
902 int result, j; in PanoramiXCopyGC() local
908 result = dixLookupResourceByType((void **) &srcGC, stuff->srcGC, XRT_GC, in PanoramiXCopyGC()
910 if (result != Success) in PanoramiXCopyGC()
911 return result; in PanoramiXCopyGC()
913 result = dixLookupResourceByType((void **) &dstGC, stuff->dstGC, XRT_GC, in PanoramiXCopyGC()
915 if (result != Success) in PanoramiXCopyGC()
916 return result; in PanoramiXCopyGC()
921 result = (*SavedProcVector[X_CopyGC]) (client); in PanoramiXCopyGC()
922 if (result != Success) in PanoramiXCopyGC()
926 return result; in PanoramiXCopyGC()
933 int result, j; in PanoramiXSetDashes() local
939 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXSetDashes()
941 if (result != Success) in PanoramiXSetDashes()
942 return result; in PanoramiXSetDashes()
946 result = (*SavedProcVector[X_SetDashes]) (client); in PanoramiXSetDashes()
947 if (result != Success) in PanoramiXSetDashes()
951 return result; in PanoramiXSetDashes()
958 int result, j; in PanoramiXSetClipRectangles() local
964 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXSetClipRectangles()
966 if (result != Success) in PanoramiXSetClipRectangles()
967 return result; in PanoramiXSetClipRectangles()
971 result = (*SavedProcVector[X_SetClipRectangles]) (client); in PanoramiXSetClipRectangles()
972 if (result != Success) in PanoramiXSetClipRectangles()
976 return result; in PanoramiXSetClipRectangles()
983 int result, j; in PanoramiXFreeGC() local
989 result = dixLookupResourceByType((void **) &gc, stuff->id, XRT_GC, in PanoramiXFreeGC()
991 if (result != Success) in PanoramiXFreeGC()
992 return result; in PanoramiXFreeGC()
996 result = (*SavedProcVector[X_FreeGC]) (client); in PanoramiXFreeGC()
997 if (result != Success) in PanoramiXFreeGC()
1004 return result; in PanoramiXFreeGC()
1011 int result, j, x, y; in PanoramiXClearToBackground() local
1018 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXClearToBackground()
1020 if (result != Success) in PanoramiXClearToBackground()
1021 return result; in PanoramiXClearToBackground()
1032 result = (*SavedProcVector[X_ClearArea]) (client); in PanoramiXClearToBackground()
1033 if (result != Success) in PanoramiXClearToBackground()
1037 return result; in PanoramiXClearToBackground()
1053 int j, result, srcx, srcy, dstx, dsty, width, height; in PanoramiXCopyArea() local
1063 result = dixLookupResourceByClass((void **) &src, stuff->srcDrawable, in PanoramiXCopyArea()
1065 if (result != Success) in PanoramiXCopyArea()
1066 return (result == BadValue) ? BadDrawable : result; in PanoramiXCopyArea()
1070 result = dixLookupResourceByClass((void **) &dst, stuff->dstDrawable, in PanoramiXCopyArea()
1072 if (result != Success) in PanoramiXCopyArea()
1073 return (result == BadValue) ? BadDrawable : result; in PanoramiXCopyArea()
1080 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXCopyArea()
1082 if (result != Success) in PanoramiXCopyArea()
1083 return result; in PanoramiXCopyArea()
1374 int result, npoint, j; in PanoramiXPolyPoint() local
1382 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyPoint()
1384 if (result != Success) in PanoramiXPolyPoint()
1385 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyPoint()
1390 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyPoint()
1392 if (result != Success) in PanoramiXPolyPoint()
1393 return result; in PanoramiXPolyPoint()
1424 result = (*SavedProcVector[X_PolyPoint]) (client); in PanoramiXPolyPoint()
1425 if (result != Success) in PanoramiXPolyPoint()
1429 return result; in PanoramiXPolyPoint()
1439 int result, npoint, j; in PanoramiXPolyLine() local
1447 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyLine()
1449 if (result != Success) in PanoramiXPolyLine()
1450 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyLine()
1455 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyLine()
1457 if (result != Success) in PanoramiXPolyLine()
1458 return result; in PanoramiXPolyLine()
1489 result = (*SavedProcVector[X_PolyLine]) (client); in PanoramiXPolyLine()
1490 if (result != Success) in PanoramiXPolyLine()
1494 return result; in PanoramiXPolyLine()
1503 int result, nsegs, i, j; in PanoramiXPolySegment() local
1512 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolySegment()
1514 if (result != Success) in PanoramiXPolySegment()
1515 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolySegment()
1520 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolySegment()
1522 if (result != Success) in PanoramiXPolySegment()
1523 return result; in PanoramiXPolySegment()
1557 result = (*SavedProcVector[X_PolySegment]) (client); in PanoramiXPolySegment()
1558 if (result != Success) in PanoramiXPolySegment()
1562 return result; in PanoramiXPolySegment()
1571 int result, nrects, i, j; in PanoramiXPolyRectangle() local
1580 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyRectangle()
1582 if (result != Success) in PanoramiXPolyRectangle()
1583 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyRectangle()
1588 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyRectangle()
1590 if (result != Success) in PanoramiXPolyRectangle()
1591 return result; in PanoramiXPolyRectangle()
1624 result = (*SavedProcVector[X_PolyRectangle]) (client); in PanoramiXPolyRectangle()
1625 if (result != Success) in PanoramiXPolyRectangle()
1629 return result; in PanoramiXPolyRectangle()
1638 int result, narcs, i, j; in PanoramiXPolyArc() local
1647 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyArc()
1649 if (result != Success) in PanoramiXPolyArc()
1650 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyArc()
1655 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyArc()
1657 if (result != Success) in PanoramiXPolyArc()
1658 return result; in PanoramiXPolyArc()
1689 result = (*SavedProcVector[X_PolyArc]) (client); in PanoramiXPolyArc()
1690 if (result != Success) in PanoramiXPolyArc()
1694 return result; in PanoramiXPolyArc()
1703 int result, count, j; in PanoramiXFillPoly() local
1712 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXFillPoly()
1714 if (result != Success) in PanoramiXFillPoly()
1715 return (result == BadValue) ? BadDrawable : result; in PanoramiXFillPoly()
1720 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXFillPoly()
1722 if (result != Success) in PanoramiXFillPoly()
1723 return result; in PanoramiXFillPoly()
1755 result = (*SavedProcVector[X_FillPoly]) (client); in PanoramiXFillPoly()
1756 if (result != Success) in PanoramiXFillPoly()
1760 return result; in PanoramiXFillPoly()
1769 int result, things, i, j; in PanoramiXPolyFillRectangle() local
1778 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyFillRectangle()
1780 if (result != Success) in PanoramiXPolyFillRectangle()
1781 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyFillRectangle()
1786 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyFillRectangle()
1788 if (result != Success) in PanoramiXPolyFillRectangle()
1789 return result; in PanoramiXPolyFillRectangle()
1822 result = (*SavedProcVector[X_PolyFillRectangle]) (client); in PanoramiXPolyFillRectangle()
1823 if (result != Success) in PanoramiXPolyFillRectangle()
1827 return result; in PanoramiXPolyFillRectangle()
1838 int result, narcs, i, j; in PanoramiXPolyFillArc() local
1845 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyFillArc()
1847 if (result != Success) in PanoramiXPolyFillArc()
1848 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyFillArc()
1853 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyFillArc()
1855 if (result != Success) in PanoramiXPolyFillArc()
1856 return result; in PanoramiXPolyFillArc()
1888 result = (*SavedProcVector[X_PolyFillArc]) (client); in PanoramiXPolyFillArc()
1889 if (result != Success) in PanoramiXPolyFillArc()
1893 return result; in PanoramiXPolyFillArc()
1904 int j, result, orig_x, orig_y; in PanoramiXPutImage() local
1910 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPutImage()
1912 if (result != Success) in PanoramiXPutImage()
1913 return (result == BadValue) ? BadDrawable : result; in PanoramiXPutImage()
1918 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPutImage()
1920 if (result != Success) in PanoramiXPutImage()
1921 return result; in PanoramiXPutImage()
1934 result = (*SavedProcVector[X_PutImage]) (client); in PanoramiXPutImage()
1935 if (result != Success) in PanoramiXPutImage()
1938 return result; in PanoramiXPutImage()
2108 int result, j; in PanoramiXPolyText8() local
2115 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyText8()
2117 if (result != Success) in PanoramiXPolyText8()
2118 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyText8()
2123 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyText8()
2125 if (result != Success) in PanoramiXPolyText8()
2126 return result; in PanoramiXPolyText8()
2139 result = (*SavedProcVector[X_PolyText8]) (client); in PanoramiXPolyText8()
2140 if (result != Success) in PanoramiXPolyText8()
2143 return result; in PanoramiXPolyText8()
2151 int result, j; in PanoramiXPolyText16() local
2158 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXPolyText16()
2160 if (result != Success) in PanoramiXPolyText16()
2161 return (result == BadValue) ? BadDrawable : result; in PanoramiXPolyText16()
2166 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXPolyText16()
2168 if (result != Success) in PanoramiXPolyText16()
2169 return result; in PanoramiXPolyText16()
2182 result = (*SavedProcVector[X_PolyText16]) (client); in PanoramiXPolyText16()
2183 if (result != Success) in PanoramiXPolyText16()
2186 return result; in PanoramiXPolyText16()
2192 int result, j; in PanoramiXImageText8() local
2201 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXImageText8()
2203 if (result != Success) in PanoramiXImageText8()
2204 return (result == BadValue) ? BadDrawable : result; in PanoramiXImageText8()
2209 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXImageText8()
2211 if (result != Success) in PanoramiXImageText8()
2212 return result; in PanoramiXImageText8()
2225 result = (*SavedProcVector[X_ImageText8]) (client); in PanoramiXImageText8()
2226 if (result != Success) in PanoramiXImageText8()
2229 return result; in PanoramiXImageText8()
2235 int result, j; in PanoramiXImageText16() local
2244 result = dixLookupResourceByClass((void **) &draw, stuff->drawable, in PanoramiXImageText16()
2246 if (result != Success) in PanoramiXImageText16()
2247 return (result == BadValue) ? BadDrawable : result; in PanoramiXImageText16()
2252 result = dixLookupResourceByType((void **) &gc, stuff->gc, XRT_GC, in PanoramiXImageText16()
2254 if (result != Success) in PanoramiXImageText16()
2255 return result; in PanoramiXImageText16()
2268 result = (*SavedProcVector[X_ImageText16]) (client); in PanoramiXImageText16()
2269 if (result != Success) in PanoramiXImageText16()
2272 return result; in PanoramiXImageText16()
2279 int result, j, orig_visual; in PanoramiXCreateColormap() local
2285 result = dixLookupResourceByType((void **) &win, stuff->window, in PanoramiXCreateColormap()
2287 if (result != Success) in PanoramiXCreateColormap()
2288 return result; in PanoramiXCreateColormap()
2301 result = (*SavedProcVector[X_CreateColormap]) (client); in PanoramiXCreateColormap()
2302 if (result != Success) in PanoramiXCreateColormap()
2306 if (result == Success) in PanoramiXCreateColormap()
2311 return result; in PanoramiXCreateColormap()
2318 int result, j; in PanoramiXFreeColormap() local
2326 result = dixLookupResourceByType((void **) &cmap, stuff->id, XRT_COLORMAP, in PanoramiXFreeColormap()
2328 if (result != Success) in PanoramiXFreeColormap()
2329 return result; in PanoramiXFreeColormap()
2333 result = (*SavedProcVector[X_FreeColormap]) (client); in PanoramiXFreeColormap()
2334 if (result != Success) in PanoramiXFreeColormap()
2341 return result; in PanoramiXFreeColormap()
2348 int result, j; in PanoramiXCopyColormapAndFree() local
2356 result = dixLookupResourceByType((void **) &cmap, stuff->srcCmap, in PanoramiXCopyColormapAndFree()
2359 if (result != Success) in PanoramiXCopyColormapAndFree()
2360 return result; in PanoramiXCopyColormapAndFree()
2371 result = (*SavedProcVector[X_CopyColormapAndFree]) (client); in PanoramiXCopyColormapAndFree()
2372 if (result != Success) in PanoramiXCopyColormapAndFree()
2376 if (result == Success) in PanoramiXCopyColormapAndFree()
2381 return result; in PanoramiXCopyColormapAndFree()
2388 int result, j; in PanoramiXInstallColormap() local
2395 result = dixLookupResourceByType((void **) &cmap, stuff->id, XRT_COLORMAP, in PanoramiXInstallColormap()
2397 if (result != Success) in PanoramiXInstallColormap()
2398 return result; in PanoramiXInstallColormap()
2402 result = (*SavedProcVector[X_InstallColormap]) (client); in PanoramiXInstallColormap()
2403 if (result != Success) in PanoramiXInstallColormap()
2406 return result; in PanoramiXInstallColormap()
2413 int result, j; in PanoramiXUninstallColormap() local
2420 result = dixLookupResourceByType((void **) &cmap, stuff->id, XRT_COLORMAP, in PanoramiXUninstallColormap()
2422 if (result != Success) in PanoramiXUninstallColormap()
2423 return result; in PanoramiXUninstallColormap()
2427 result = (*SavedProcVector[X_UninstallColormap]) (client); in PanoramiXUninstallColormap()
2428 if (result != Success) in PanoramiXUninstallColormap()
2431 return result; in PanoramiXUninstallColormap()
2437 int result, j; in PanoramiXAllocColor() local
2446 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXAllocColor()
2448 if (result != Success) in PanoramiXAllocColor()
2449 return result; in PanoramiXAllocColor()
2453 result = (*SavedProcVector[X_AllocColor]) (client); in PanoramiXAllocColor()
2454 if (result != Success) in PanoramiXAllocColor()
2457 return result; in PanoramiXAllocColor()
2463 int result, j; in PanoramiXAllocNamedColor() local
2472 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXAllocNamedColor()
2474 if (result != Success) in PanoramiXAllocNamedColor()
2475 return result; in PanoramiXAllocNamedColor()
2479 result = (*SavedProcVector[X_AllocNamedColor]) (client); in PanoramiXAllocNamedColor()
2480 if (result != Success) in PanoramiXAllocNamedColor()
2483 return result; in PanoramiXAllocNamedColor()
2489 int result, j; in PanoramiXAllocColorCells() local
2498 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXAllocColorCells()
2500 if (result != Success) in PanoramiXAllocColorCells()
2501 return result; in PanoramiXAllocColorCells()
2505 result = (*SavedProcVector[X_AllocColorCells]) (client); in PanoramiXAllocColorCells()
2506 if (result != Success) in PanoramiXAllocColorCells()
2509 return result; in PanoramiXAllocColorCells()
2515 int result, j; in PanoramiXAllocColorPlanes() local
2524 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXAllocColorPlanes()
2526 if (result != Success) in PanoramiXAllocColorPlanes()
2527 return result; in PanoramiXAllocColorPlanes()
2531 result = (*SavedProcVector[X_AllocColorPlanes]) (client); in PanoramiXAllocColorPlanes()
2532 if (result != Success) in PanoramiXAllocColorPlanes()
2535 return result; in PanoramiXAllocColorPlanes()
2541 int result, j; in PanoramiXFreeColors() local
2550 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXFreeColors()
2552 if (result != Success) in PanoramiXFreeColors()
2553 return result; in PanoramiXFreeColors()
2557 result = (*SavedProcVector[X_FreeColors]) (client); in PanoramiXFreeColors()
2559 return result; in PanoramiXFreeColors()
2565 int result, j; in PanoramiXStoreColors() local
2574 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXStoreColors()
2576 if (result != Success) in PanoramiXStoreColors()
2577 return result; in PanoramiXStoreColors()
2581 result = (*SavedProcVector[X_StoreColors]) (client); in PanoramiXStoreColors()
2582 if (result != Success) in PanoramiXStoreColors()
2585 return result; in PanoramiXStoreColors()
2591 int result, j; in PanoramiXStoreNamedColor() local
2600 result = dixLookupResourceByType((void **) &cmap, stuff->cmap, in PanoramiXStoreNamedColor()
2602 if (result != Success) in PanoramiXStoreNamedColor()
2603 return result; in PanoramiXStoreNamedColor()
2607 result = (*SavedProcVector[X_StoreNamedColor]) (client); in PanoramiXStoreNamedColor()
2608 if (result != Success) in PanoramiXStoreNamedColor()
2611 return result; in PanoramiXStoreNamedColor()