Searched refs:imageWidth (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DControlToolbarItem.js26 WebInspector.ControlToolbarItem = function(identifier, toolTip, image, imageWidth, imageHeight)
28 WebInspector.ButtonNavigationItem.call(this, identifier, toolTip, image, imageWidth, imageHeight, false);
H A DToggleControlToolbarItem.js26 WebInspector.ToggleControlToolbarItem = function(identifier, defaultToolTip, alternateToolTip, defaultImage, alternateImage, imageWidth, imageHeight) {
27 WebInspector.ToggleButtonNavigationItem.call(this, identifier, defaultToolTip, alternateToolTip, defaultImage, alternateImage, imageWidth, imageHeight, false);
H A DToggleButtonNavigationItem.js26 WebInspector.ToggleButtonNavigationItem = function(identifier, defaultToolTip, alternateToolTip, defaultImage, alternateImage, imageWidth, imageHeight, suppressEmboss) {
27 WebInspector.ButtonNavigationItem.call(this, identifier, defaultToolTip, defaultImage, imageWidth, imageHeight, suppressEmboss);
H A DActivateButtonNavigationItem.js26 WebInspector.ActivateButtonNavigationItem = function(identifier, defaultToolTip, activatedToolTip, image, imageWidth, imageHeight, suppressEmboss, role)
28 WebInspector.ButtonNavigationItem.call(this, identifier, defaultToolTip, image, imageWidth, imageHeight, suppressEmboss, role);
H A DRadioButtonNavigationItem.js26 WebInspector.RadioButtonNavigationItem = function(identifier, toolTip, image, imageWidth, imageHeight) {
27 WebInspector.ButtonNavigationItem.call(this, identifier, toolTip, image, imageWidth, imageHeight, null, "tab");
H A DButtonNavigationItem.js26 WebInspector.ButtonNavigationItem = function(identifier, toolTipOrLabel, image, imageWidth, imageHeight, suppressEmboss, role, label) {
41 this._imageWidth = imageWidth || 16;
/macosx-10.10/WebKit2-7600.1.25/Platform/cg/
H A DCGUtilities.cpp41 CGFloat imageWidth = CGImageGetWidth(image) / scaleFactor; local
46 CGContextDrawImage(context, CGRectMake(destX, destY, imageWidth, imageHeight), image);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A Dtiff2dib.c63 unsigned long imageWidth; local
84 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &imageWidth);
93 SamplePerPixel = (int) (LineSize/imageWidth);
101 hDIB = CreateDIB((DWORD) imageWidth, (DWORD) imageLength, (WORD)
115 lpBits+=((imageWidth*SamplePerPixel)+Align)*(imageLength-1);
181 for (i=0;i< (int) (imageWidth);i++)
192 imageWidth*SamplePerPixel);
194 lpBits-=imageWidth*SamplePerPixel+Align;
H A DTiffile.cpp137 uint32 imageWidth; local
146 TIFFGetField(img->tif, TIFFTAG_IMAGEWIDTH, &imageWidth);
155 bi.biWidth = imageWidth;
210 bi.biWidth = imageWidth;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp246 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, PlatformContextCairo* context) argument
248 if (!imagePixels || imageWidth <= 0 || imageHeight <= 0 || canvasWidth <= 0 || canvasHeight <= 0 || !context)
259 const_cast<unsigned char*>(imagePixels), CAIRO_FORMAT_ARGB32, imageWidth, imageHeight, imageWidth * 4));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DGraphicsContext3DEfl.cpp210 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, PlatformContextCairo* context) argument
212 if (!imagePixels || imageWidth <= 0 || imageHeight <= 0 || canvasWidth <= 0 || canvasHeight <= 0 || !context)
219 const_cast<unsigned char*>(imagePixels), CAIRO_FORMAT_ARGB32, imageWidth, imageHeight, imageWidth * 4));
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixMenu.c698 int activeBorderWidth, leftEdge, imageHeight, imageWidth;
716 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight);
720 Tk_SizeOfBitmap(menuPtr->display, bitmap, &imageWidth, &imageHeight);
737 int fullWidth = (imageWidth > textWidth ? imageWidth : textWidth);
742 imageXOffset = (fullWidth - imageWidth)/2;
748 imageXOffset = (fullWidth - imageWidth)/2;
758 textXOffset = imageWidth + 2;
780 imageXOffset = (fullWidth - imageWidth)/2;
801 imageWidth, imageHeigh
684 int activeBorderWidth, leftEdge, imageHeight, imageWidth; local
[all...]
H A DtkUnixMenubu.c84 int imageWidth, imageHeight;
115 imageWidth = width;
257 (unsigned) imageWidth, (unsigned) imageHeight);
82 int imageWidth, imageHeight; local
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixMenu.c723 int imageHeight, imageWidth;
741 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight);
745 Tk_SizeOfBitmap(menuPtr->display, bitmap, &imageWidth, &imageHeight);
762 int fullWidth = (imageWidth > textWidth ? imageWidth : textWidth);
767 imageXOffset = (fullWidth - imageWidth)/2;
774 imageXOffset = (fullWidth - imageWidth)/2;
784 textXOffset = imageWidth + 2;
808 imageXOffset = (fullWidth - imageWidth)/2;
829 imageWidth, imageHeigh
709 int imageHeight, imageWidth; local
[all...]
H A DtkUnixMenubu.c83 int imageWidth, imageHeight;
112 imageWidth = width;
248 (unsigned) imageWidth, (unsigned) imageHeight);
81 int imageWidth, imageHeight; local
H A DtkUnixButton.c97 int imageWidth, imageHeight;
185 imageWidth = width;
503 (unsigned) imageWidth, (unsigned) imageHeight);
95 int imageWidth, imageHeight; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp515 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, GraphicsContext* context) argument
517 if (!imagePixels || imageWidth <= 0 || imageHeight <= 0 || canvasWidth <= 0 || canvasHeight <= 0 || !context)
519 int rowBytes = imageWidth * 4;
533 RetainPtr<CGImageRef> cgImage = adoptCF(CGImageCreate(imageWidth, imageHeight, 8, 32, rowBytes, deviceRGBColorSpaceRef(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host,
540 FloatSize imageSize(imageWidth, imageHeight);
/macosx-10.10/IOGraphics-485/tools/
H A Dmlist.c76 modeInfo->imageWidth, modeInfo->imageHeight,
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImage.c489 Tk_ImageChanged(imageMaster, x, y, width, height, imageWidth,
500 int imageWidth, imageHeight;/* New dimensions of image. */
505 masterPtr->width = imageWidth;
510 width, height, imageWidth, imageHeight);
H A DtkImgGIF.c248 int fileWidth, fileHeight, imageWidth, imageHeight;
381 imageWidth = LM_to_uint(buf[4],buf[5]);
424 if (ReadImage(interp, (char *) trashBuffer, chan, imageWidth,
446 if (width > imageWidth) {
447 width = imageWidth;
469 block.pitch = block.pixelSize * imageWidth;
473 if (ReadImage(interp, (char *) block.pixelPtr, chan, imageWidth,
246 int fileWidth, fileHeight, imageWidth, imageHeight; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c243 int fileWidth, fileHeight, imageWidth, imageHeight;
376 imageWidth = LM_to_uint(buf[4],buf[5]);
412 if (ReadImage(interp, trashBuffer, gifConfPtr, imageWidth,
439 if (width > imageWidth) {
440 width = imageWidth;
461 block.pitch = block.pixelSize * imageWidth;
466 if (ReadImage(interp, (char *) block.pixelPtr, gifConfPtr, imageWidth, imageHeight,
242 int fileWidth, fileHeight, imageWidth, imageHeight; local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgGIF.c261 int fileWidth, fileHeight, imageWidth, imageHeight;
419 imageWidth = LM_to_uint(buf[4], buf[5]);
461 if (ReadImage(gifConfPtr, interp, trashBuffer, chan, imageWidth,
494 if (width > imageWidth) {
495 width = imageWidth;
523 block.pitch = block.pixelSize * imageWidth;
527 if (ReadImage(gifConfPtr, interp, block.pixelPtr, chan, imageWidth,
259 int fileWidth, fileHeight, imageWidth, imageHeight; local
H A DtkImage.c526 int imageWidth, int imageHeight)
532 masterPtr->width = imageWidth;
537 width, height, imageWidth, imageHeight);
513 Tk_ImageChanged( Tk_ImageMaster imageMaster, int x, int y, int width, int height, int imageWidth, int imageHeight) argument
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinMenu.c2219 int imageHeight, imageWidth;
2234 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight);
2238 Tk_SizeOfBitmap(menuPtr->display, bitmap, &imageWidth, &imageHeight);
2256 int fullWidth = (imageWidth > textWidth ? imageWidth : textWidth);
2261 imageXOffset = (fullWidth - imageWidth)/2;
2267 imageXOffset = (fullWidth - imageWidth)/2;
2278 textXOffset = imageWidth + 2;
2300 imageXOffset = (fullWidth - imageWidth)/2;
2321 imageWidth, imageHeigh
2192 int imageHeight, imageWidth; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinMenu.c2079 int imageHeight, imageWidth;
2094 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight);
2098 Tk_SizeOfBitmap(menuPtr->display, bitmap, &imageWidth, &imageHeight);
2115 int fullWidth = (imageWidth > textWidth ? imageWidth : textWidth);
2120 imageXOffset = (fullWidth - imageWidth)/2;
2127 imageXOffset = (fullWidth - imageWidth)/2;
2138 textXOffset = imageWidth + 2;
2162 imageXOffset = (fullWidth - imageWidth)/2;
2183 imageWidth, imageHeigh
2052 int imageHeight, imageWidth; local
[all...]

Completed in 286 milliseconds

123