Lines Matching refs:ndash
910 SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash)
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--)