Lines Matching refs:delta
59 if (item->delta)
61 if (item->delta > 0)
63 length += SIZEOF(xTextElt) * ((item->delta + 126) / 127);
67 length += SIZEOF(xTextElt) * ((-item->delta + 127) / 128);
73 if (!item->delta) length += SIZEOF(xTextElt);
114 int PartialDelta = item->delta;
128 *(tbuf+1) = 127; /* elt->delta */
134 *((unsigned char *)(tbuf+1)) = 0x80; /* elt->delta */
142 *(tbuf+1) = PartialDelta; /* elt->delta */
150 if (!item->delta)
154 *(tbuf+1) = 0; /* elt->delta */
166 *(tbuf+1) = 0; /* elt->delta */
181 if (!item->delta)
185 *(tbuf+1) = 0; /* elt->delta */
197 *(tbuf+1) = 0; /* elt->delta */