Home
last modified time | relevance | path

Searched refs:leftstipple (Results 1 – 3 of 3) sorted by relevance

/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dgraphics2.c358 char *leftstipple; /* beginning of line of stipple */ local
437 leftstipple = topstipple + (minx & MASK) * BYTEWIDTH;
547 glyph = leftstipple + (start & BYTEMASK);
562 glyph = leftstipple;
569 glyph = leftstipple;
623 leftstipple += BYTEWIDTH;
625 leftstipple = topstipple;
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddvar.c1449 char *leftstipple; /* points to beginning of line of stipple */ local
1532 leftstipple = topstipple + (minx & mask) * bytewidth;
1634 glyph = leftstipple + (start & bytemask);
1648 glyph = leftstipple;
1654 glyph = leftstipple;
1716 leftstipple += bytewidth;
1718 leftstipple = topstipple;
H A Ddver.c1461 char *leftstipple; /* points to beginning of line of stipple */ local
1498 leftstipple = topstipple + (miny & mask) * bytewidth;
1635 glyph = leftstipple + (start & bytemask);
1649 glyph = leftstipple;
1655 glyph = leftstipple;
1716 leftstipple += bytewidth;
1718 leftstipple = topstipple;