Searched refs:ndash (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c952 SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash) argument
958 i = ndash;
969 if (ndash & 1)
970 p = malloc(2 * ndash * sizeof(unsigned char));
972 p = malloc(ndash * sizeof(unsigned char));
986 pGC->numInDashList = ndash;
988 if (ndash & 1)
990 pGC->numInDashList += ndash;
992 i = ndash;
996 while(ndash
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c910 SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash) argument
916 i = ndash;
925 if (ndash & 1)
926 p = malloc(2 * ndash * sizeof(unsigned char));
928 p = malloc(ndash * sizeof(unsigned char));
941 pGC->numInDashList = ndash;
943 if (ndash & 1) {
944 pGC->numInDashList += ndash;
946 i = ndash;
950 while (ndash
[all...]

Completed in 51 milliseconds