HomeSort by: relevance | last modified time | path
    Searched refs:squareW (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/bitmap/dist/
BitmapP.h 119 Dimension margin, squareW, squareH, width, height;
163 BW->bitmap.squareW), BW->bitmap.width - 1))
171 (Position) (BW->bitmap.horizOffset + ((x) * BW->bitmap.squareW))
Bitmap.c 95 Offset(squareW), XtRImmediate, (XtPointer) DefaultSquareWidth},
842 new->core.width = new->bitmap.width * new->bitmap.squareW +
1539 Dimension squareW, squareH;
1541 squareW = max(1, ((int)BW->core.width - 2 * (int)BW->bitmap.margin) /
1547 BW->bitmap.squareW = BW->bitmap.squareH = min(squareW, squareH);
1549 BW->bitmap.squareW = squareW;
1556 BW->bitmap.squareW) / 2);
1562 BW->bitmap.grid &= ((BW->bitmap.squareW > BW->bitmap.grid_tolerance) &
    [all...]
Graphics.c 105 BW->bitmap.squareW, BW->bitmap.squareH)
113 BW->bitmap.squareW, BW->bitmap.squareH);
121 BW->bitmap.squareW, BW->bitmap.squareH)
130 BW->bitmap.squareW, BW->bitmap.squareH);

Completed in 5 milliseconds