Home | History | Annotate | Download | only in dist

Lines Matching defs:squareH

97      Offset(squareH), XtRImmediate, (XtPointer) DefaultSquareHeight},
844 new->core.height = new->bitmap.height * new->bitmap.squareH +
1539 Dimension squareW, squareH;
1543 squareH = max(1, ((int)BW->core.height - 2 * (int)BW->bitmap.margin) /
1547 BW->bitmap.squareW = BW->bitmap.squareH = min(squareW, squareH);
1550 BW->bitmap.squareH = squareH;
1560 BW->bitmap.squareH) / 2);
1563 (BW->bitmap.squareH > BW->bitmap.grid_tolerance));
1843 NE(bitmap.squareH) ||