Searched refs:pixel (Results 76 - 100 of 193) sorted by relevance

12345678

/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinButton.c696 Tk_3DBorderColor(butPtr->selectBorder)->pixel);
713 Tk_3DBorderColor(butPtr->normalBorder)->pixel);
732 butPtr->highlightColorPtr->pixel);
734 butPtr->highlightColorPtr->pixel);
737 butPtr->highlightColorPtr->pixel);
740 butPtr->highlightColorPtr->pixel);
899 * defaults of 1 pixel of highlightwidth, 2 pixels of
900 * borderwidth, 1 pixel of padding and 1 pixel of extra inset
952 * defaults of 1 pixel o
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c1412 Tk_3DBorderColor(tree->border)->pixel);
1422 gcValues.foreground = tree->fgColorPtr->pixel;
1443 gcValues.foreground = tree->buttonColor->pixel;
1455 gcValues.foreground = tree->lineColor->pixel;
1533 gcValues.foreground = tree->fgColorPtr->pixel;
2007 int x, int y, /* Upper left pixel (within image)
4072 * do screen size consistency checks and possibly pixel conversion.
4075 COLORREF pixel; local
4079 pixel = GetPixel(hdcCopy, xx, yy);
4081 pixel
4229 unsigned long pixel; local
[all...]
H A DtkTreeUtils.c282 * the first character. The returned pixel width is the width of the
300 * Draws a horizontal 1-pixel-tall dotted line.
360 * Draws a vertical 1-pixel-wide dotted line.
848 * Draw a 1-pixel thick XOR line (not dotted). This is used
1419 gcValues.foreground = fg->pixel;
1423 gcValues.background = bg->pixel;
1517 unsigned long pixel; local
1520 pixel = XGetPixel(ximage, x, y);
1522 /* Set alpha=0 for transparent pixel in the source XImage */
1523 if (trans != 0 && pixel
1618 unsigned long pixel; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c852 pixel = *iptr++; \
853 if ( !(count = (pixel & 0x7f)) ) \
855 if(pixel & 0x80) { \
859 pixel = *iptr++; \
861 *optr++ = pixel; \
871 register unsigned short pixel,count; local
877 register unsigned short pixel,count; local
883 register unsigned short pixel,count; local
889 register unsigned short pixel,count; local
1157 sprintf(str, "\tSize in pixel
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_beval.c956 guicolor_T pixel; local
961 pixel = (aep != NULL) ? aep->ae_u.gui.fg_color : INVALCOLOR;
962 if (pixel != INVALCOLOR)
964 (unsigned long)pixel, &color);
1006 if (pixel != INVALCOLOR)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfns.c739 /* Return the pixel color value for color COLOR_NAME on frame F. If F
769 return cdef.pixel;
951 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
955 if (mask_color == pixel)
957 x_free_colors (f, &pixel, 1);
958 pixel = x_copy_color (f, x->foreground_pixel);
962 x->mouse_pixel = pixel;
1033 fore_color.pixel = x->mouse_pixel;
1035 back_color.pixel = mask_color;
1090 unsigned long fore_pixel, pixel;
945 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f)); local
1084 unsigned long fore_pixel, pixel; local
1442 unsigned long pixel; local
1477 unsigned long pixel; local
[all...]
H A Dmacfns.c1247 color_def->pixel = mac_color_ref;
1260 /* Given a string ARG naming a color, compute a pixel value from it
1286 return cdef.pixel;
1377 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1381 if (mask_color == pixel)
1382 pixel = x->foreground_pixel;
1384 f->output_data.mac->mouse_pixel = pixel;
1438 fore_color.pixel = f->output_data.mac->mouse_pixel;
1440 back_color.pixel = mask_color;
1474 unsigned long fore_pixel, pixel;
1372 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f)); local
1469 unsigned long fore_pixel, pixel; local
1495 f->output_data.mac->cursor_gc, pixel); local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkIntPlatDecls.h73 int width, int height, int pixel));
242 EXTERN int TkSetMacColor _ANSI_ARGS_((unsigned long pixel,
356 EXTERN int TkSetMacColor _ANSI_ARGS_((unsigned long pixel,
445 void (*tkWinFillRect) _ANSI_ARGS_((HDC dc, int x, int y, int width, int height, int pixel)); /* 14 */
526 int (*tkSetMacColor) _ANSI_ARGS_((unsigned long pixel, RGBColor * macColor)); /* 57 */
576 int (*tkSetMacColor) _ANSI_ARGS_((unsigned long pixel, RGBColor * macColor)); /* 38 */
H A DtkWindow.c391 * Force the window to use a border pixel instead of border pixmap.
2047 Tk_SetWindowBackground(tkwin, pixel)
2049 unsigned long pixel; /* Pixel value to use for
2054 winPtr->atts.background_pixel = pixel;
2057 XSetWindowBackground(winPtr->display, winPtr->window, pixel);
2084 Tk_SetWindowBorder(tkwin, pixel)
2086 unsigned long pixel; /* Pixel value to use for
2091 winPtr->atts.border_pixel = pixel;
2094 XSetWindowBorder(winPtr->display, winPtr->window, pixel);
H A DtkCanvText.c457 gcValues.foreground = color->pixel;
473 gcValues.foreground = textInfoPtr->selFgColorPtr->pixel;
487 if (Tk_3DBorderColor(textInfoPtr->insertBorder)->pixel
488 == selBgColorPtr->pixel) {
489 if (selBgColorPtr->pixel == BlackPixelOfScreen(Tk_Screen(tkwin))) {
H A DtkListbox.c1119 /* Compute the pixel width of the requested element */
1765 gcValues.foreground = listPtr->fgColorPtr->pixel;
1770 gcValues.foreground = listPtr->dfgColorPtr->pixel;
1774 gcValues.foreground = listPtr->fgColorPtr->pixel;
1795 gcValues.foreground = listPtr->selFgColorPtr->pixel;
1945 gcValues.foreground = listPtr->selFgColorPtr->pixel;
1947 gcValues.foreground = listPtr->fgColorPtr->pixel;
1958 gcValues.foreground = attrs->selFgColor->pixel;
2020 gcValues.foreground = listPtr->fgColorPtr->pixel;
2042 gcValues.foreground = attrs->fgColor->pixel;
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dgui_w16.pro34 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
H A Dgui_w32.pro34 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageQt.cpp292 m_solidColor = QColor::fromRgba(framePixmap->toImage().pixel(0, 0));
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.h187 int TkSetMacColor( unsigned long pixel, RGBColor *macColor);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapUnix.c129 * Sets the pixel at the given (x,y) coordinate to be the given
144 XPutPixel(image, x, y, colorPtr->pixel);
H A DpixmapWin.c119 * Sets the pixel at the given (x,y) coordinate to be the given
140 gcValues.foreground = colorPtr->pixel;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkIntPlatDecls.h110 int height, int pixel);
408 EXTERN int TkSetMacColor(unsigned long pixel, void *macColor);
576 void (*tkWinFillRect) (HDC dc, int x, int y, int width, int height, int pixel); /* 14 */
639 int (*tkSetMacColor) (unsigned long pixel, void *macColor); /* 38 */
H A DtkOldTest.c277 gcValues.foreground = instPtr->fg->pixel;
H A DtkCanvText.c455 gcValues.foreground = color->pixel;
471 gcValues.foreground = textInfoPtr->selFgColorPtr->pixel;
485 if (Tk_3DBorderColor(textInfoPtr->insertBorder)->pixel
486 == selBgColorPtr->pixel) {
487 if (selBgColorPtr->pixel == BlackPixelOfScreen(Tk_Screen(tkwin))) {
H A DtkListbox.c1109 * Compute the pixel width of the requested element.
1775 gcValues.foreground = listPtr->fgColorPtr->pixel;
1779 gcValues.foreground = listPtr->dfgColorPtr->pixel;
1783 gcValues.foreground = listPtr->fgColorPtr->pixel;
1803 gcValues.foreground = listPtr->selFgColorPtr->pixel;
1969 gcValues.foreground = listPtr->selFgColorPtr->pixel;
1971 gcValues.foreground = listPtr->fgColorPtr->pixel;
1982 gcValues.foreground = attrs->selFgColor->pixel;
2045 gcValues.foreground = listPtr->fgColorPtr->pixel;
2067 gcValues.foreground = attrs->fgColor->pixel;
[all...]
H A DtkButton.c1359 gcValues.foreground = butPtr->normalFg->pixel;
1360 gcValues.background = Tk_3DBorderColor(butPtr->normalBorder)->pixel;
1377 gcValues.foreground = butPtr->activeFg->pixel;
1378 gcValues.background = Tk_3DBorderColor(butPtr->activeBorder)->pixel;
1387 gcValues.background = Tk_3DBorderColor(butPtr->normalBorder)->pixel;
1414 gcValues.foreground = butPtr->disabledFg->pixel;
1778 int x, int y, /* Upper left pixel (within image) that must
1817 int x, int y, /* Upper left pixel (within image) that must
1865 int x, int y, /* Upper left pixel (within image) that must
H A DtkWindow.c399 * Force the window to use a border pixel instead of border pixmap. This
2031 unsigned long pixel) /* Pixel value to use for window's
2036 winPtr->atts.background_pixel = pixel;
2039 XSetWindowBackground(winPtr->display, winPtr->window, pixel);
2067 unsigned long pixel) /* Pixel value to use for window's border. */
2071 winPtr->atts.border_pixel = pixel;
2074 XSetWindowBorder(winPtr->display, winPtr->window, pixel);
2014 Tk_SetWindowBackground( Tk_Window tkwin, unsigned long pixel) argument
2050 Tk_SetWindowBorder( Tk_Window tkwin, unsigned long pixel) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeMac.mm675 // the color and use that pixel's color. It might be better to use an average of
694 NSUInteger pixel[4];
695 [offscreenRep getPixel:pixel atX:0 y:0];
699 return makeRGB(pixel[0], pixel[1], pixel[2]);
722 NSUInteger pixel[4];
723 [offscreenRep getPixel:pixel atX:0 y:0];
727 return makeRGB(pixel[0], pixel[
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim134 syn keyword ProgressOperator border-right-pix[els] border-t[op] border-t[op-chars] border-top-pixel[s] both bottom box box-select[able] browse browse-header buffer buffer-chars buffer-lines
147 syn keyword ProgressOperator full-width full-width[-chars] full-width-pixel[s] ge get get-blue[-value] g[et-char-property] get-double get-dynamic get-file get-float get-green[-value]
149 syn keyword ProgressOperator get-string get-tab-item get-text-height get-text-height-char[s] get-text-height-pixe[ls] get-text-width get-text-width-c[hars] get-text-width-pixel[s] get-unsigned-short
152 syn keyword ProgressOperator image-insensitive image-size image-size-c[hars] image-size-pixel[s] image-up immediate-display index-hint indexed-reposition info[rmation] init init[ial] initial-dir
158 syn keyword ProgressOperator margin-width-cha[rs] margin-width-pix[els] matches max max-chars max-data-guess max-height max-height[-chars] max-height-pixel[s] max-rows max-size max-val[ue] max-width
160 syn keyword ProgressOperator min min-height min-height[-chars] min-height-pixel[s] min-size min-val[ue] min-width min-width[-chars] min-width-p[ixels] min[imum] mod modified mod[ulo] month mouse-p[ointer]
181 syn keyword ProgressOperator virtual-height-pixel[s] virtual-width virtual-width-ch[ars] virtual-width-pi[xels] visible wait warning weekday widget widget-e[nter] widget-h[andle] widget-l[eave]

Completed in 414 milliseconds

12345678