Searched refs:imageHeight (Results 1 - 25 of 50) sorted by relevance

12

/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) {
42 this._imageHeight = imageHeight || 16;
/macosx-10.10/WebKit2-7600.1.25/Platform/cg/
H A DCGUtilities.cpp40 CGFloat imageHeight = CGImageGetHeight(image) / scaleFactor; local
44 CGFloat destY = -imageHeight - destination.y + source.origin.y;
46 CGContextDrawImage(context, CGRectMake(destX, destY, imageWidth, imageHeight), image);
/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));
262 cairo_translate(cr, 0, imageHeight);
/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));
225 cairo_matrix_init(&matrix, 1.0, 0.0, 0.0, -1.0, 0.0, imageHeight);
/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)
525 if (!tryFastCalloc(imageHeight, rowBytes).getValue(copiedPixels))
528 memcpy(copiedPixels, imagePixels, rowBytes * imageHeight);
529 dataProvider = adoptCF(CGDataProviderCreateWithData(0, copiedPixels, rowBytes * imageHeight, releaseImageData));
531 dataProvider = adoptCF(CGDataProviderCreateWithData(0, imagePixels, rowBytes * imageHeight, 0));
533 RetainPtr<CGImageRef> cgImage = adoptCF(CGImageCreate(imageWidth, imageHeight, 8, 32, rowBytes, deviceRGBColorSpaceRef(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host,
540 FloatSize imageSize(imageWidth, imageHeight);
546 context->translate(0, -imageHeight);
/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);
741 textYOffset = imageHeight/2 + 2;
747 textYOffset = -imageHeight/2;
801 imageWidth, imageHeight, d, leftEdge + imageXOffset,
802 (int) (y + (mePtr->height-imageHeight)/2 + imageYOffset));
805 imageHeight, d, leftEdge + imageXOffset,
806 (int) (y + (mePtr->height-imageHeight)/2 + imageYOffset));
812 (unsigned) imageWidth, (unsigned) imageHeight,
684 int activeBorderWidth, leftEdge, imageHeight, imageWidth; local
[all...]
H A DtkUnixMenubu.c84 int imageWidth, imageHeight;
116 imageHeight = height;
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);
766 textYOffset = imageHeight/2 + 2;
773 textYOffset = -imageHeight/2;
829 imageWidth, imageHeight, d, leftEdge + imageXOffset,
830 (int) (y + (mePtr->height - imageHeight)/2 + imageYOffset));
833 imageHeight, d, leftEdge + imageXOffset,
834 (int) (y + (mePtr->height - imageHeight)/2 + imageYOffset));
839 (unsigned) imageWidth, (unsigned) imageHeight,
709 int imageHeight, imageWidth; local
[all...]
H A DtkUnixMenubu.c83 int imageWidth, imageHeight;
113 imageHeight = height;
248 (unsigned) imageWidth, (unsigned) imageHeight);
81 int imageWidth, imageHeight; local
H A DtkUnixButton.c97 int imageWidth, imageHeight;
186 imageHeight = height;
503 (unsigned) imageWidth, (unsigned) imageHeight);
95 int imageWidth, imageHeight; local
/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.c490 imageHeight)
500 int imageWidth, imageHeight;/* New dimensions of image. */
506 masterPtr->height = imageHeight;
510 width, height, imageWidth, imageHeight);
H A DtkImgGIF.c248 int fileWidth, fileHeight, imageWidth, imageHeight;
382 imageHeight = LM_to_uint(buf[6],buf[7]);
425 imageHeight, colorMap, 0, 0, 0, 0, 0, -1) != TCL_OK) {
456 if (height > imageHeight) {
457 height = imageHeight;
470 nBytes = block.pitch * imageHeight;
474 imageHeight, colorMap, fileWidth, fileHeight, srcX, srcY,
246 int fileWidth, fileHeight, imageWidth, imageHeight; local
H A DtkImgPhoto.c687 int imageWidth, imageHeight;
1094 &imageHeight, &oldformat) == TCL_OK) {
1099 options.toY2 = options.toY + imageHeight;
1104 if (imageHeight > options.toY2 - options.toY) {
1105 imageHeight = options.toY2 - options.toY;
1117 options.toX, options.toY, imageWidth, imageHeight,
1261 &imageWidth, &imageHeight, &oldformat) != TCL_OK) {
1270 if ((options.fromX > imageWidth) || (options.fromY > imageHeight)
1272 || (options.fromY2 > imageHeight)) {
1280 height = imageHeight
683 int imageWidth, imageHeight; local
1905 int imageWidth, imageHeight; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c243 int fileWidth, fileHeight, imageWidth, imageHeight;
377 imageHeight = LM_to_uint(buf[6],buf[7]);
413 imageHeight, colorMap, 0, 0, 0, 0, 0, -1) != TCL_OK) {
449 if (height > imageHeight) {
450 height = imageHeight;
462 nBytes = block.pitch * imageHeight;
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;
420 imageHeight = LM_to_uint(buf[6], buf[7]);
462 imageHeight, colorMap, 0, 0, 0, -1) != TCL_OK) {
504 if (height > imageHeight) {
505 height = imageHeight;
524 nBytes = block.pitch * imageHeight;
528 imageHeight, colorMap, srcX, srcY, BitSet(buf[8],INTERLACE),
259 int fileWidth, fileHeight, imageWidth, imageHeight; local
H A DtkImage.c526 int imageWidth, int imageHeight)
533 masterPtr->height = imageHeight;
537 width, height, imageWidth, imageHeight);
513 Tk_ImageChanged( Tk_ImageMaster imageMaster, int x, int y, int width, int height, int imageWidth, int imageHeight) argument
H A DtkImgPhoto.c664 int imageWidth, imageHeight, matched, length, oldformat = 0;
1066 &imageHeight, &oldformat) == TCL_OK) {
1071 options.toY2 = options.toY + imageHeight;
1076 if (imageHeight > options.toY2 - options.toY) {
1077 imageHeight = options.toY2 - options.toY;
1089 options.toX, options.toY, imageWidth, imageHeight,
1270 &imageWidth, &imageHeight, &oldformat) != TCL_OK) {
1279 if ((options.fromX > imageWidth) || (options.fromY > imageHeight)
1281 || (options.fromY2 > imageHeight)) {
1289 height = imageHeight
660 int imageWidth, imageHeight, matched, length, oldformat = 0; local
1904 int length, i, j, result, imageWidth, imageHeight, oldformat; local
[all...]
/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);
2260 textYOffset = imageHeight/2 + 2;
2266 textYOffset = -imageHeight/2;
2321 imageWidth, imageHeight, d, leftEdge + imageXOffset,
2322 (int) (y + (mePtr->height-imageHeight)/2 + imageYOffset));
2325 imageHeight, d, leftEdge + imageXOffset,
2326 (int) (y + (mePtr->height-imageHeight)/2 + imageYOffset));
2331 (unsigned) imageWidth, (unsigned) imageHeight,
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);
2119 textYOffset = imageHeight/2 + 2;
2126 textYOffset = -imageHeight/2;
2183 imageWidth, imageHeight, d, leftEdge + imageXOffset,
2184 (int) (y + (mePtr->height - imageHeight)/2 + imageYOffset));
2187 imageHeight, d, leftEdge + imageXOffset,
2188 (int) (y + (mePtr->height - imageHeight)/2 + imageYOffset));
2193 (unsigned) imageWidth, (unsigned) imageHeight,
2052 int imageHeight, imageWidth; local
[all...]

Completed in 171 milliseconds

12