Searched refs:pixel (Results 51 - 75 of 193) sorted by relevance

12345678

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DSharedBitmap.cpp111 unsigned* pixel = static_cast<unsigned*>(m_pixels); local
112 const unsigned* bufferEnd = pixel + bufferSize;
113 while (pixel < bufferEnd)
114 *pixel++ = 0x00FFFFFF;
117 static inline unsigned short convert32To16(unsigned pixel) argument
119 unsigned short r = static_cast<unsigned short>((pixel & 0x00F80000) >> 8);
120 unsigned short g = static_cast<unsigned short>((pixel & 0x0000FC00) >> 5);
121 unsigned short b = static_cast<unsigned short>((pixel & 0x000000F8) >> 3);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/qrawwebview/
H A Dtst_qrawwebview.cpp145 if (i1.pixel(point) != i2.pixel(point))
/macosx-10.9.5/vim-53/src/proto/
H A Dgui.pro52 int gui_get_lightness __ARGS((guicolor_T pixel));
H A Dgui_riscos.pro55 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
H A Dgui_mac.pro78 int gui_mch_get_lightness __ARGS((guicolor_T pixel));
79 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
H A Dgui_gtk_x11.pro64 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
H A Dgui_photon.pro28 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
H A Dgui_x11.pro59 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c602 /* Reference counts for pixel colors. */
609 register_color (pixel)
610 unsigned long pixel;
612 xassert (pixel < 256);
613 ++color_count[pixel];
620 unregister_color (pixel)
621 unsigned long pixel;
623 xassert (pixel < 256);
624 if (color_count[pixel] > 0)
625 --color_count[pixel];
2210 double pixel; local
7407 unsigned long default_pixel, default_other_pixel, pixel; local
[all...]
H A Dxterm.c1333 characters again shifted to the right by one pixel. */
1434 /* Allocate the color COLOR->pixel on the screen and display of
1458 x_alloc_lighter_color_for_widget (widget, display, cmap, pixel, factor, delta)
1462 unsigned long *pixel;
1467 return x_alloc_lighter_color (f, display, cmap, pixel, factor, delta);
1489 /* Convert a color name to a pixel color.
1499 convert. TO is an XrmValue in which to return the pixel color.
1516 Pixel pixel;
1536 pixel = WhitePixelOfScreen (screen);
1541 pixel
1509 Pixel pixel; local
1668 unsigned long pixel = colors[i].pixel; local
1941 unsigned long pixel; local
4417 unsigned long pixel; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXXStubs.c64 unsigned long pixel);
601 p = d->pixel;
625 p = d->pixel;
1000 * Get a single pixel from an image.
1003 * Returns the 32 bit pixel value.
1070 * Set a single pixel in an image.
1086 unsigned long pixel)
1089 unsigned char r = ((pixel & image->red_mask) >> 16) & 0xff;
1090 unsigned char g = ((pixel & image->green_mask) >> 8) & 0xff;
1091 unsigned char b = ((pixel
1067 ImagePutPixel( XImage *image, int x, int y, unsigned long pixel) argument
[all...]
H A DtkMacOSXPrivate.h237 MODULE_SCOPE void TkMacOSXSetColorInContext(GC gc, unsigned long pixel,
255 MODULE_SCOPE CGColorRef TkMacOSXCreateCGColor(GC gc, unsigned long pixel);
256 MODULE_SCOPE NSColor* TkMacOSXGetNSColor(GC gc, unsigned long pixel);
/macosx-10.9.5/vim-53/src/
H A Dgui_xmebw.c349 color[0].pixel = eb->core.background_pixel;
350 color[1].pixel = eb->core.background_pixel;
351 color[2].pixel = eb->core.background_pixel;
352 color[3].pixel = eb->primitive.foreground;
353 color[4].pixel = eb->core.background_pixel;
354 color[5].pixel = eb->primitive.top_shadow_color;
355 color[6].pixel = eb->primitive.highlight_color;
356 color[7].pixel = eb->pushbutton.arm_color;
396 color[4].pixel = eb->primitive.bottom_shadow_color;
1374 /* Use your own pixel fo
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgPhoto.c5 * full color (32 bits per pixel including alpha channel) and displayed
53 * An unsigned 32-bit integral type, used for pixel values. We use int rather
57 typedef unsigned int pixel; typedef
74 * in which they were allocated. Sets of pixel values allocated for displaying
77 * these sets of pixel values, using the following data structure as key:
90 * structure of the following type is used to store the allocated pixel values
106 pixel redValues[256]; /* Maps 8-bit values of red intensity to a
107 * pixel value or index in pixelMap. */
108 pixel greenValues[256]; /* Ditto for green intensity. */
109 pixel blueValue
2590 unsigned long pixel; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImgPhoto.c5 * stored in full color (32 bits per pixel including alpha channel)
55 * An unsigned 32-bit integral type, used for pixel values.
60 typedef unsigned int pixel; typedef
77 * colormap in which they were allocated. Sets of pixel values
80 * values match. A hash table is used to locate these sets of pixel
95 * pixel values and other information:
110 pixel redValues[256]; /* Maps 8-bit values of red intensity
111 * to a pixel value or index in pixelMap. */
112 pixel greenValues[256]; /* Ditto for green intensity */
113 pixel blueValue
2589 unsigned long pixel; local
[all...]
/macosx-10.9.5/cups-372.4/cups/filter/
H A Drastertoepson.c619 const unsigned char *pixel; local
627 for (x = header->cupsWidth, bit = 128, pixel = Planes[0],
632 if (*pixel & bit)
640 pixel ++;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcmp.c429 "Scanline %lu, pixel %lu, sample %d: %01x %01x\n",
442 printf("Scanline %lu, pixel %lu, sample %d: %02x %02x\n",
449 printf("Scanline %lu, pixel %lu, sample %d: %04x %04x\n",
456 printf("Scanline %lu, pixel %lu, sample %d: %08x %08x\n",
474 printf("Scanline %lu, pixel %lu, sample %d: %g %g\n",
489 int pixel; local
492 for (pixel = 0; npixels-- > 0; pixel++, cp1 += samplesperpixel, p2++) {
494 printf("Scanline %lu, pixel %lu, sample %ld: ",
495 (long) row, (long) pixel, (lon
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixRFont.c258 fontPtr->color.pixel = 0xffffffff;
748 if (values.foreground != fontPtr->color.pixel) {
749 xcolor.pixel = values.foreground;
756 fontPtr->color.pixel = values.foreground;
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixButton.c423 Tk_3DBorderColor(butPtr->normalBorder)->pixel);
464 Tk_3DBorderColor(butPtr->normalBorder)->pixel);
491 Tk_3DBorderColor(butPtr->selectBorder)->pixel);
508 Tk_3DBorderColor(butPtr->normalBorder)->pixel);
755 * display can be offset by 1 pixel in either direction for the raised
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkDefaultTheme.c230 * + a 1-pixel thick default indicator (defaultable widgets only)
231 * + 1- or 2- pixel shaded border (controlled by -background and -relief)
232 * + 1 pixel padding (???)
537 imgColors[0 /*A*/] = shadeColor->pixel;
538 imgColors[1 /*B*/] = indicatorColor->pixel;
539 imgColors[2 /*C*/] = frameColor->pixel;
540 imgColors[3 /*D*/] = indicatorColor->pixel;
541 imgColors[4 /*E*/] = borderColor->pixel;
542 imgColors[5 /*F*/] = frameColor->pixel;
543 imgColors[6 /*G*/] = fgColor->pixel;
[all...]
/macosx-10.9.5/tcl-102/tk/tk/xlib/X11/
H A DXutil.h171 #define XPutPixel(ximage, x, y, pixel) \
172 ((*((ximage)->f.put_pixel))((ximage), (x), (y), (pixel)))
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXPrivate.h319 MODULE_SCOPE void TkMacOSXSetColorInPort(unsigned long pixel, int fg,
321 MODULE_SCOPE void TkMacOSXSetColorInContext(unsigned long pixel,
/macosx-10.9.5/tcl-102/tk84/tk/xlib/X11/
H A DXutil.h171 #define XPutPixel(ximage, x, y, pixel) \
172 ((*((ximage)->f.put_pixel))((ximage), (x), (y), (pixel)))
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp232 QCOMPARE(img.pixel(option.exposedRect.width() / 4, option.exposedRect.height() / 4), qRgba(0, 128, 0, 255));
257 QCOMPARE(img.pixel(option.exposedRect.width() - 2, option.exposedRect.height() / 2), qRgba(255, 255, 255, 255));
259 QCOMPARE(img.pixel(option.exposedRect.width() - 2, option.exposedRect.height() / 2), qRgba(0, 0, 0, 255));
262 QCOMPARE(img.pixel(option.exposedRect.width() - 2, option.exposedRect.height() / 2), qRgba(255, 255, 255, 255));
547 if (image1.pixel(row, column) != image2.pixel(row, column))
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinButton.c735 Tk_3DBorderColor(butPtr->selectBorder)->pixel);
754 Tk_3DBorderColor(butPtr->normalBorder)->pixel);
773 (int) butPtr->highlightColorPtr->pixel);
775 (int) butPtr->highlightColorPtr->pixel);
778 (int) butPtr->highlightColorPtr->pixel);
781 (int) butPtr->highlightColorPtr->pixel);
945 * of 1 pixel of highlightwidth, 2 pixels of borderwidth, 1 pixel of
946 * padding and 1 pixel of extra inset on each side. Those will be
1003 * of 1 pixel o
[all...]

Completed in 599 milliseconds

12345678