Searched defs:pixel (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMacPorted.c32 TkSetMacColor( unsigned long pixel, RGBColor *macColor) argument
/macosx-10.10/WebCore-7600.1.25/platform/image-encoders/
H A DJPEGImageEncoder.cpp122 const unsigned char* pixel = rgbaBigEndianData; local
/macosx-10.10/tcl-105/tk/tk/win/
H A DttkWinMonitor.c64 DWORD pixel = GetSysColor(sysColor->index); local
H A DtkWinImage.c72 unsigned long pixel = 0; local
116 PutPixel( XImage *image, int x, int y, unsigned long pixel) argument
612 COLORREF pixel; local
628 PutPixel(imagePtr, (int) xx, (int) yy, pixel); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DBitmapImageCG.cpp150 unsigned char pixel[4]; // RGBA local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlevents.el
H A Dlucid.el
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dpc-win.el
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEMorphology.cpp123 unsigned char pixel = srcPixelArray->item(eY * effectWidth + 4 * x + clrChannel); local
138 unsigned char pixel = srcPixelArray->item(i * effectWidth + endX * 4 + clrChannel); local
H A DFEConvolveMatrix.cpp232 ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src) argument
256 int pixel = (m_targetOffset.y() * paintingData.width + m_targetOffset.x()) * 4; local
336 int pixel = (y1 * paintingData.width + x1) * 4; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DDrawingBuffer.cpp248 unsigned char pixel[4] = {0, 0, 0, 0}; local
H A DTexture.cpp138 uint32_t pixel = srcOffset[x + y * srcStride]; local
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/bmp/
H A DBMPImageReader.cpp692 const uint32_t pixel = readCurrentPixel(bytesPerPixel); local
[all...]
H A DBMPImageReader.h207 uint32_t pixel; local
226 getComponent(uint32_t pixel, int component) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp189 uint8_t* pixel = row; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/window/
H A Dwindow.c380 unsigned long pixel = XGetPixel(ximage, x, y); local
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXColor.c236 GetThemeColor( unsigned long pixel, ThemeBrush brush, ThemeTextColor textColor, ThemeBackgroundKind background, CGColorRef *c) argument
300 TkSetMacColor( unsigned long pixel, void *macColor) argument
356 CopyCachedColor( GC gc, unsigned long pixel) argument
377 SetCachedColor( GC gc, unsigned long pixel, CGColorRef cgColor) argument
418 TkMacOSXCreateCGColor( GC gc, unsigned long pixel) argument
447 TkMacOSXGetNSColor( GC gc, unsigned long pixel) argument
486 TkMacOSXSetColorInContext( GC gc, unsigned long pixel, CGContextRef context) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinImage.c72 unsigned long pixel = 0; local
585 COLORREF pixel; local
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Ddevices.el
/macosx-10.10/cups-408/cups/filter/
H A Drastertoepson.c607 const unsigned char *pixel; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c659 int pixel; local
716 int pixel; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcmp.c489 int pixel; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXColor.c240 GetThemeColor( unsigned long pixel, ThemeBrush brush, ThemeTextColor textColor, ThemeBackgroundKind background, RGBColor *c) argument
284 TkSetMacColor( unsigned long pixel, RGBColor *macColor) argument
321 TkMacOSXSetColorInPort( unsigned long pixel, int fg, PixPatHandle penPat, CGrafPtr port) argument
401 TkMacOSXSetColorInContext( unsigned long pixel, CGContextRef context) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DImageBufferCairo.cpp175 unsigned* pixel = row + x; local
250 unsigned* pixel = row + x + originx; local
332 unsigned* pixel local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DSharedBitmap.cpp111 unsigned* pixel = static_cast<unsigned*>(m_pixels); local
117 static inline unsigned short convert32To16(unsigned pixel) argument

Completed in 372 milliseconds

123