Searched refs:squareW (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitmapP.h | 119 Dimension margin, squareW, squareH, width, height; member in struct:__anon3c2117c80608 163 BW->bitmap.squareW), BW->bitmap.width - 1)) 171 (Position) (BW->bitmap.horizOffset + ((x) * BW->bitmap.squareW))
|
| H A D | Bitmap.c | 95 Offset(squareW), XtRImmediate, (XtPointer) DefaultSquareWidth}, 829 new->core.width = new->bitmap.width * new->bitmap.squareW + 1526 Dimension squareW, squareH; local in function:Resize 1528 squareW = max(1, ((int)BW->core.width - 2 * (int)BW->bitmap.margin) / 1534 BW->bitmap.squareW = BW->bitmap.squareH = min(squareW, squareH); 1536 BW->bitmap.squareW = squareW; 1543 BW->bitmap.squareW) / 2); 1549 BW->bitmap.grid &= ((BW->bitmap.squareW > B [all...] |
| H A D | 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 8 milliseconds