HomeSort by: relevance | last modified time | path
    Searched defs:dotcounter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/grn/
hgraph.cpp 982 int dotcounter; local
990 dotcounter = linmod << dotshifter;
1008 if ((x_0 & dotcounter) && !visible) {
1011 } else if (visible && !(x_0 & dotcounter)) {
1027 if ((y_0 & dotcounter) && !visible) {
1030 } else if (visible && !(y_0 & dotcounter)) {
hgraph.cpp 982 int dotcounter; local
990 dotcounter = linmod << dotshifter;
1008 if ((x_0 & dotcounter) && !visible) {
1011 } else if (visible && !(x_0 & dotcounter)) {
1027 if ((y_0 & dotcounter) && !visible) {
1030 } else if (visible && !(y_0 & dotcounter)) {

Completed in 42 milliseconds