Lines Matching defs:pixels
73 int highlightWidth; /* Width in pixels of highlight to draw
110 * pixels for bitmaps. In this case the actual
113 int wrapLength; /* Line length (in pixels) at which to wrap
116 int padX, padY; /* Extra space around text or bitmap (pixels
122 * in pixels. */
124 * in pixels. */
127 int indicatorHeight; /* Height of indicator in pixels. This same
130 int indicatorWidth; /* Width of indicator in pixels, including
1089 int width, height, mm, pixels;
1128 pixels = WidthOfScreen(Tk_Screen(mbPtr->tkwin));
1129 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm);
1130 mbPtr->indicatorWidth = (INDICATOR_WIDTH * pixels)/(10*mm)