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