Searched refs:pixel (Results 151 - 175 of 193) sorted by relevance

12345678

/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDialog.c275 initialColor = TkMacOSXGetNSColor(NULL, colorPtr->pixel);
/macosx-10.9.5/tcl-102/tk/tk/xlib/X11/
H A DXlib.h162 unsigned long foreground;/* foreground pixel */
163 unsigned long background;/* background pixel */
232 int root_depth; /* bits per pixel */
237 unsigned long black_pixel; /* White and Black pixel values */
250 int bits_per_pixel; /* bits/pixel at this depth */
259 unsigned long background_pixel; /* background pixel */
261 unsigned long border_pixel; /* border pixel value */
328 int bits_per_pixel; /* bits per pixel (ZPixmap) */
366 unsigned long pixel; member in struct:__anon13680
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvUtil.c1056 gcValues->foreground = color->pixel;
1559 * size of the canvas window. This will prevent pixel coordinates
H A DtkDecls.h589 unsigned long pixel));
595 unsigned long pixel));
1096 void (*tk_SetWindowBackground) _ANSI_ARGS_((Tk_Window tkwin, unsigned long pixel)); /* 165 */
1098 void (*tk_SetWindowBorder) _ANSI_ARGS_((Tk_Window tkwin, unsigned long pixel)); /* 167 */
H A DtkFrame.c1113 gcValues.foreground = labelframePtr->textColorPtr->pixel;
H A DtkRectOval.c512 gcValues.foreground = color->pixel;
680 * with ovals leaving traces on bottom and right of 1 pixel.
761 * Make sure that the bbox is at least one pixel large, since some
H A DtkCanvArc.c559 gcValues.foreground = color->pixel;
779 * being drawn) and add one extra pixel just for safety.
H A DtkCanvPoly.c528 gcValues.foreground = color->pixel;
791 * Add one more pixel of fudge factor just to be safe (e.g.
/macosx-10.9.5/tcl-102/tk84/tk/xlib/X11/
H A DXlib.h171 unsigned long foreground;/* foreground pixel */
172 unsigned long background;/* background pixel */
241 int root_depth; /* bits per pixel */
246 unsigned long black_pixel; /* White and Black pixel values */
259 int bits_per_pixel; /* bits/pixel at this depth */
268 unsigned long background_pixel; /* background pixel */
270 unsigned long border_pixel; /* border pixel value */
337 int bits_per_pixel; /* bits per pixel (ZPixmap) */
375 unsigned long pixel; member in struct:__anon13859
/macosx-10.9.5/vim-53/src/
H A Dgui_mac.c432 * "10.5"). The pixel value is returned, and a pointer to the next unconverted
4528 * Clear one extra pixel at the far right, for when bold characters have
5322 * Return the RGB value of a pixel as long.
5325 gui_mch_get_rgb(guicolor_T pixel) argument
5327 return (Red(pixel) << 16) + (Green(pixel) << 8) + Blue(pixel);
5440 short width; /* Size of the text in pixel */
H A Dgui_riscos.c467 /* Read the size of one pixel. */
2832 * Return the RGB value of a pixel as a long.
2835 gui_mch_get_rgb(guicolor_T pixel) argument
2837 return (long_u)pixel;
H A Dgui.c3682 * dragged another pixel, but as far as the rest of vim goes, it thinks
4099 * checking if the thumb moved at least a pixel. Only do this for
4556 gui_get_lightness(pixel)
4557 guicolor_T pixel;
4559 long_u rgb = gui_mch_get_rgb(pixel);
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddispextern.h39 unsigned long pixel; member in struct:__anon8679
1761 y pixel position. This means that these functions and functions
2096 (f), and last_visible_x == pixel width of W + first_visible_x. */
2134 /* Current x pixel position within the display line. This value
2237 /* Source and destination y pixel position. */
2295 /* Move cursor to row/column position VPOS/HPOS, pixel coordinates
2297 are window-relative pixel positions. */
2373 The area at pixel (X,Y) of width WIDTH and height HEIGHT is
2464 /* Top/left and bottom/right corner pixel of actual image data.
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkFrame.c1100 gcValues.foreground = labelframePtr->textColorPtr->pixel;
H A DtkRectOval.c517 gcValues.foreground = color->pixel;
683 * leaving traces on bottom and right of 1 pixel. This may not be the
768 * sure that the bbox is at least one pixel large, since some X servers
H A DtkCanvArc.c539 gcValues.foreground = color->pixel;
756 * drawn) and add one extra pixel just for safety.
H A DtkCanvPoly.c520 gcValues.foreground = color->pixel;
780 * Add one more pixel of fudge factor just to be safe (e.g. X may round
H A DtkTest.c751 {TK_OPTION_PIXELS, "-pixel", "pixel", "Pixel",
1024 {TK_OPTION_PIXELS, "-pixel", "pixel", "Pixel", "1",
1646 gcValues.foreground = instPtr->fg->pixel;
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkElements.c280 gcvalues.foreground = color->pixel;
H A DttkEntry.c1152 gcValues.foreground = colorPtr->pixel;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css58 /* height must be a pixel value */
753 @media (-webkit-min-device-pixel-ratio: 1.5) {
838 @media (-webkit-min-device-pixel-ratio: 1.5) {
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkCanvSect.c951 gcValues.foreground = sectPtr->fg->pixel;
H A DjkCanvWave.c1126 gcValues.foreground = wavePtr->fg->pixel;
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c499 * 2-pixel wide header divider is on the right */
2042 gcValues.foreground = buttonColor->pixel;
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmkpsenc.tcl1176 % pixel size. This allows stipple patterns to be displayed without

Completed in 518 milliseconds

12345678