Searched +defs:pixel +defs:height (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DBitmapImageCG.cpp98 CGFloat height = CGImageGetHeight(cgImage); local
150 unsigned char pixel[4]; // RGBA local
[all...]
/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.cpp108 const int height = paintingData->height; local
123 unsigned char pixel = srcPixelArray->item(eY * effectWidth + 4 * x + clrChannel); local
138 unsigned char pixel = srcPixelArray->item(i * effectWidth + endX * 4 + clrChannel); local
[all...]
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
337 int height = y2 - y1; 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
399 commit(long x, long y, long width, long height) argument
[all...]
H A DTexture.cpp46 Texture::Texture(GraphicsContext3D* context, PassOwnPtr<Vector<unsigned int>> tileTextureIds, Format format, int width, int height, int maxTextureSize) argument
84 PassRefPtr<Texture> Texture::create(GraphicsContext3D* context, Format format, int width, int height) argument
127 static uint32_t* copySubRect(uint32_t* src, int srcX, int srcY, uint32_t* dst, int width, int height, int srcStride) argument
138 uint32_t pixel = srcOffset[x + y * srcStride]; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp189 uint8_t* pixel = row; local
211 int width, height; local
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinImage.c72 unsigned long pixel = 0; local
116 PutPixel( XImage *image, int x, int y, unsigned long pixel) argument
204 XCreateImage( Display *display, Visual *visual, unsigned int depth, int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
284 XGetImageZPixmap( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
578 XGetImage( Display* display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
612 COLORREF pixel; local
628 PutPixel(imagePtr, (int) xx, (int) yy, pixel); local
[all...]
H A DtkWinDraw.c302 XCopyArea( Display *display, Drawable src, Drawable dest, GC gc, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y) argument
358 XCopyPlane( Display *display, Drawable src, Drawable dest, GC gc, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y, unsigned long plane) argument
504 TkPutImage( unsigned long *colors, int ncolors, Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height) argument
760 LONG width, height; local
955 XDrawRectangle( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height) argument
1003 XDrawArc( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int start, int extent) argument
1033 XFillArc( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int start, int extent) argument
1064 DrawOrFillArc( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int start, int extent, int fill) argument
1263 TkScrollWindow( Tk_Window tkwin, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn) argument
1301 TkWinFillRect( HDC dc, int x, int y, int width, int height, int pixel) argument
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Ddevices.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlucid.el[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
189 createHandle(void** pixels, BitmapInfo* bmpInfo, int height, bool use16bit) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/png/
H A DPNGImageDecoder.cpp238 bool PNGImageDecoder::setSize(unsigned width, unsigned height) argument
307 png_uint_32 height = png_get_image_height(png, info); local
399 static inline void setPixelRGB(ImageFrame::PixelData* dest, png_bytep pixel) argument
404 setPixelRGBA(ImageFrame::PixelData* dest, png_bytep pixel, unsigned char& nonTrivialAlphaMask) argument
411 setPixelPremultipliedRGBA(ImageFrame::PixelData* dest, png_bytep pixel, unsigned char& nonTrivialAlphaMask) argument
526 png_bytep pixel = row + m_scaledColumns[x] * colorChannels; local
534 png_bytep pixel = row; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dframe.el[all...]
H A Dediff-wind.el[all...]
H A Dstartup.el
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c77 UByte height; member in struct:__anon13205
95 UInt height; member in struct:__anon13207
917 ICOCOLOR pixel; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvPs.c47 int x, y, width, height; /* Area to print, in canvas pixel member in struct:TkPostscriptInfo
795 Tk_PostscriptBitmap( Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap, int startX, int startY, int width, int height) argument
898 int width, height; local
1117 TkImageGetColor( TkColormapData *cdata, unsigned long pixel, double *red, double *green, double *blue) argument
1129 TkImageGetColor( TkColormapData *cdata, unsigned long pixel, double *red, double *green, double *blue) argument
1173 TkPostscriptImage( Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, XImage *ximage, int x, int y, int width, int height) argument
1420 Tk_PostscriptPhoto( Tcl_Interp *interp, Tk_PhotoImageBlock *blockPtr, Tk_PostscriptInfo psInfo, int width, int height) argument
[all...]
H A DtkWindow.c1890 Tk_ResizeWindow( Tk_Window tkwin, int width, int height) argument
1909 Tk_MoveResizeWindow( Tk_Window tkwin, int x, int y, int width, int height) argument
2014 Tk_SetWindowBackground( Tk_Window tkwin, unsigned long pixel) argument
2050 Tk_SetWindowBorder( Tk_Window tkwin, unsigned long pixel) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXXStubs.c780 XCreateImage( Display* display, Visual* visual, unsigned int depth, int format, int offset, char* data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
863 XGetImage( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
1010 PutPixel( XImage *image, int x, int y, unsigned long pixel) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dmacterm.h55 int height, width; member in struct:mac_bitmap_record
84 int height, width; member in struct:mac_display_info
321 unsigned long pixel; member in struct:mac_output::relief
415 Lisp_Object top, left, width, height; member in struct:scroll_bar
[all...]
H A Dw32term.h75 int height, width, depth; member in struct:w32_bitmap_record
120 int height, width; member in struct:w32_display_info
389 unsigned long pixel; member in struct:w32_output::relief
470 Lisp_Object top, left, width, height; member in struct:scroll_bar
[all...]
H A Dmacfns.c1372 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
1722 int height = FRAME_INTERNAL_BORDER_WIDTH (f); local
2515 int width, height; variable
3791 int width, height; local
4148 int i, width, height; variable
4303 SizeWindow (FRAME_MAC_WINDOW (f), width, height, true); variable
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c66 int height; member in struct:SpectrogramItem
922 int height = spegPtr->height; local
966 DisplaySpectrogram(Tk_Canvas canvas, Tk_Item *itemPtr, Display *display, Drawable drawable, int x, int y, int width, int height) argument
1078 int height = 2 * spegPtr->height; local
1435 MacPutPixel(XImage *image, int x, int y, unsigned long pixel) argument
1461 DrawSpeg(SnackItemInfo *siPtr, Display* disp, GC gc, int width, int height, int drawX, int drawW, int fpos) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXXStubs.c799 XCreateImage( Display* display, Visual* visual, unsigned int depth, int format, int offset, char* data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
882 XGetImage( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
1067 ImagePutPixel( XImage *image, int x, int y, unsigned long pixel) argument
[all...]

Completed in 443 milliseconds

12