Searched refs:image (Results 1 - 25 of 839) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDragImageQt.cpp33 IntSize dragImageSize(DragImageRef image) argument
35 if (!image)
38 return image->size();
41 void deleteDragImage(DragImageRef image) argument
43 delete image;
46 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale) argument
48 if (!image)
51 int scaledWidth = image->width() * scale.width();
52 int scaledHeight = image->height() * scale.height();
54 *image
58 dissolveDragImageToFraction(DragImageRef image, float) argument
63 createDragImageFromImage(Image* image, RespectImageOrientationEnum) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DDragImageGtk.cpp29 IntSize dragImageSize(DragImageRef image) argument
31 if (image)
32 return IntSize(cairo_image_surface_get_width(image), cairo_image_surface_get_height(image));
37 void deleteDragImage(DragImageRef image) argument
39 if (image)
40 cairo_surface_destroy(image);
43 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale) argument
45 if (!image)
48 int newWidth = scale.width() * cairo_image_surface_get_width(image);
64 dissolveDragImageToFraction(DragImageRef image, float fraction) argument
79 createDragImageFromImage(Image* image, RespectImageOrientationEnum) argument
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/framework-fallback/
H A Dmain.c41 const struct mach_header *image; local
43 image = NSAddImage("AppKit.framework/AppKit",
45 if ( image == NULL )
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceImage.cpp44 static AccessibilityObject* core(AtkImage* image) argument
46 if (!WEBKIT_IS_ACCESSIBLE(image))
49 return webkitAccessibleGetAccessibilityObject(WEBKIT_ACCESSIBLE(image));
52 static void webkitAccessibleImageGetImagePosition(AtkImage* image, gint* x, gint* y, AtkCoordType coordType) argument
54 IntRect rect = pixelSnappedIntRect(core(image)->elementRect());
55 contentsRelativeToAtkCoordinateType(core(image), coordType, rect, x, y);
58 static const gchar* webkitAccessibleImageGetImageDescription(AtkImage* image) argument
60 return cacheAndReturnAtkProperty(ATK_OBJECT(image), AtkCachedImageDescription, accessibilityDescription(core(image)));
63 static void webkitAccessibleImageGetImageSize(AtkImage* image, gin argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DDragImageEfl.cpp40 DragImageRef scaleDragImage(DragImageRef image, FloatSize) argument
43 return image;
46 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) argument
49 return image;
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImgUtil.c4 * This file contains image related utility functions.
25 * This function takes an image and copies the data into an
39 TkAlignImageData(image, alignment, bitOrder)
40 XImage *image; /* Image to be aligned. */
49 if (image->bits_per_pixel != 1) {
50 panic("TkAlignImageData: Can't handle image depths greater than 1.");
57 dataWidth = image->bytes_per_line;
62 data = ckalloc(dataWidth * image->height);
65 for (i = 0; i < image->height; i++) {
66 srcPtr = &image
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DCaptiveNetwork.c46 static void *image = NULL; local
47 if (NULL == image) {
56 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
58 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);
61 return (void *)image;
70 void *image = __loadCaptiveNetwork(); local
71 if (image) dyfunc = dlsym(image, "__CNSetSupportedSSIDs");
82 void *image = __loadCaptiveNetwork(); local
83 if (image) dyfun
94 void *image = __loadCaptiveNetwork(); local
105 void *image = __loadCaptiveNetwork(); local
118 void *image = __loadCaptiveNetwork(); local
[all...]
H A Ddy_framework.c45 static void *image = NULL; local
46 if (NULL == image) {
55 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
57 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);
60 return (void *)image;
70 void *image = __loadIOKit(); local
71 if (image) dyfunc = dlsym(image, "IOBSDNameMatching");
83 void *image = __loadIOKit(); local
84 if (image) dyfun
96 void *image = __loadIOKit(); local
109 void *image = __loadIOKit(); local
122 void *image = __loadIOKit(); local
135 void *image = __loadIOKit(); local
148 void *image = __loadIOKit(); local
161 void *image = __loadIOKit(); local
174 void *image = __loadIOKit(); local
187 void *image = __loadIOKit(); local
200 void *image = __loadIOKit(); local
213 void *image = __loadIOKit(); local
226 void *image = __loadIOKit(); local
239 void *image = __loadIOKit(); local
252 void *image = __loadIOKit(); local
265 void *image = __loadIOKit(); local
278 void *image = __loadIOKit(); local
291 void *image = __loadIOKit(); local
302 static void *image = NULL; local
350 void *image = __loadSecurity(); local
362 void *image = __loadSecurity(); local
375 void *image = __loadSecurity(); local
387 void *image = __loadSecurity(); local
400 void *image = __loadSecurity(); local
412 void *image = __loadSecurity(); local
424 void *image = __loadSecurity(); local
436 void *image = __loadSecurity(); local
448 void *image = __loadSecurity(); local
460 void *image = __loadSecurity(); local
472 void *image = __loadSecurity(); local
484 void *image = __loadSecurity(); local
496 void *image = __loadSecurity(); local
508 void *image = __loadSecurity(); local
520 void *image = __loadSecurity(); local
533 void *image = __loadSecurity(); local
550 void *image = __loadSecurity(); local
564 void *image = __loadSecurity(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/cursor/
H A Dcursor.edc31 image: CURSOR_IMAGE_DIR"/linkCursor.png" COMP;
40 image {
52 image: CURSOR_IMAGE_DIR"/waitCursor.png" COMP;
61 image {
73 image: CURSOR_IMAGE_DIR"/helpCursor.png" COMP;
82 image {
94 image: CURSOR_IMAGE_DIR"/eastResizeCursor.png" COMP;
103 image {
115 image: CURSOR_IMAGE_DIR"/northResizeCursor.png" COMP;
124 image {
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgUtil.c4 * This file contains image related utility functions.
24 * This function takes an image and copies the data into an aligned
38 XImage *image, /* Image to be aligned. */
47 if (image->bits_per_pixel != 1) {
49 "TkAlignImageData: Can't handle image depths greater than 1.");
56 dataWidth = image->bytes_per_line;
61 data = ckalloc((unsigned) dataWidth * image->height);
64 for (i = 0; i < image->height; i++) {
65 srcPtr = &image->data[i * image
36 TkAlignImageData( XImage *image, int alignment, int bitOrder) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/cg/
H A DWKIconDatabaseCG.cpp39 Image* image = toImpl(iconDatabaseRef)->imageForPageURL(toWTFString(urlRef)); local
40 return image ? image->getFirstCGImageRefOfSize(IntSize(static_cast<int>(size.width), static_cast<int>(size.height))) : 0;
45 Image* image = toImpl(iconDatabaseRef)->imageForPageURL(toWTFString(urlRef)); local
46 return image ? image->getCGImageArray().leakRef() : 0;
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dimage.test9 test image-1.1 "Bad image element" -body {
10 ttk::style element create BadImage image badimage
11 } -returnCodes error -result {image "badimage" doesn't exist}
13 test image-1.2 "Duplicate element" -setup {
14 image create photo test.element -width 10 -height 10
15 ttk::style element create testElement image test.element
17 ttk::style element create testElement image test.element
20 test image-2.0 "Deletion of displayed image (labe
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageUtils.py9 self.fRotation = 0.0 # The rotation about the center of the image (degrees)
10 self.fScaleX = 0.0 # The scaling of the image along it's X-axis
11 self.fScaleY = 0.0 # The scaling of the image along it's Y-axis
12 self.fTranslateX = 0.0 # Move the image along the X-axis
13 self.fTranslateY = 0.0 # Move the image along the Y-axis
14 self.fImageRef = None # The image itself
16 self.fOrientation = None # Affine transform that ensures the image displays correctly
18 # Create a new image from a file at the given url
22 # Try to create an image source to the image passe
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageUtils.py9 self.fRotation = 0.0 # The rotation about the center of the image (degrees)
10 self.fScaleX = 0.0 # The scaling of the image along it's X-axis
11 self.fScaleY = 0.0 # The scaling of the image along it's Y-axis
12 self.fTranslateX = 0.0 # Move the image along the X-axis
13 self.fTranslateY = 0.0 # Move the image along the Y-axis
14 self.fImageRef = None # The image itself
16 self.fOrientation = None # Affine transform that ensures the image displays correctly
18 # Create a new image from a file at the given url
22 # Try to create an image source to the image passe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/fullscreenbutton/
H A Dfullscreen_button.edc25 image: "widget/mediacontrol/fullscreenbutton/enterfullscreenbutton.png" COMP;
26 image: "widget/mediacontrol/fullscreenbutton/exitfullscreenbutton.png" COMP;
34 image.normal: "widget/mediacontrol/fullscreenbutton/enterfullscreenbutton.png";
42 image.normal: "widget/mediacontrol/fullscreenbutton/exitfullscreenbutton.png";
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/mutebutton/
H A Dmute_button.edc26 image: "widget/mediacontrol/mutebutton/mutebutton.png" COMP;
27 image: "widget/mediacontrol/mutebutton/unmutebutton.png" COMP;
35 image.normal: "widget/mediacontrol/mutebutton/mutebutton.png";
43 image.normal: "widget/mediacontrol/mutebutton/unmutebutton.png";
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
H A Dplaypause_button.edc26 image: "widget/mediacontrol/playpausebutton/playbutton.png" COMP;
27 image: "widget/mediacontrol/playpausebutton/pausebutton.png" COMP;
35 image.normal: "widget/mediacontrol/playpausebutton/playbutton.png";
43 image.normal: "widget/mediacontrol/playpausebutton/pausebutton.png";
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/togglecaptionsbutton/
H A Dtoggle_captions_button.edc24 image: "widget/mediacontrol/togglecaptionsbutton/closedcaption.png" COMP;
25 image: "widget/mediacontrol/togglecaptionsbutton/closedcaption_disabled.png" COMP;
33 image.normal: "widget/mediacontrol/togglecaptionsbutton/closedcaption.png";
41 image.normal: "widget/mediacontrol/togglecaptionsbutton/closedcaption_disabled.png";
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/qt/
H A DWKImageQt.h29 WK_EXPORT QImage WKImageCreateQImage(WKImageRef image);
30 WK_EXPORT WKImageRef WKImageCreateFromQImage(const QImage& image);
H A DWKImageQt.cpp40 WKImageRef WKImageCreateFromQImage(const QImage& image) argument
42 if (image.isNull())
45 ASSERT(image.bytesPerLine() == image.width() * 4);
47 RefPtr<WebImage> webImage = WebImage::create(image.size(), static_cast<ImageOptions>(0));
52 painter->drawImage(QPoint(0, 0), image);
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_inherit.rb10 def self.tag_name; 'image'; end
24 orig_image = rss.image
26 image = InheritedImage.new("#{prefix} #{orig_image.about}")
27 image.title = "#{prefix} #{orig_image.title}"
28 image.url = "#{prefix} #{orig_image.url}"
29 image.link = "#{prefix} #{orig_image.link}"
30 rss.image = image
33 new_image = new_rss.image
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DCursorData.h35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) argument
36 : m_image(image)
51 StyleImage* image() const { return m_image.get(); } function in class:WebCore::CursorData
52 void setImage(PassRefPtr<StyleImage> image) { m_image = image; } argument
54 // Hot spot in the image in logical pixels.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DSubimageCacheWithTimer.cpp39 CGImageRef image; member in struct:WebCore::SubimageRequest
41 SubimageRequest(CGImageRef image, const FloatRect& rect) : image(image), rect(rect) { } argument
47 return SubimageCacheWithTimer::SubimageCacheHash::hash(value.image, value.rect);
52 return a.image == b.image && a.rect == b.rect;
57 entry.image = request.image;
59 entry.subimage = adoptCF(CGImageCreateWithImageInRect(request.image, reques
74 getSubimage(CGImageRef image, const FloatRect& rect) argument
91 clearImage(CGImageRef image) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DIconMac.mm31 Icon::Icon(NSImage *image)
32 : m_nsImage(image)
35 [image setFlipped:YES];
56 NSImage* image = [[NSWorkspace sharedWorkspace] iconForFile:filenames[0]];
57 if (!image)
60 return adoptRef(new Icon(image));
62 NSImage* image = [NSImage imageNamed:NSImageNameMultipleDocuments];
63 if (!image)
66 return adoptRef(new Icon(image));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c13 * A photo image handler for Silicon Graphics' native file format.
15 * The following image types are supported:
40 * Read SGI image: "sgi -matte <bool> -verbose <bool>"
41 * Write SGI image: "sgi -matte <bool> -verbose <bool> -compression <type>"
53 * image library code, written in 1984.
132 /* Start of original code from SGI image library, slightly modified. */
142 * image; getrow returns buffer which
218 static int img_badrow(IMAGE *image, unsigned int y, unsigned int z);
219 static int img_write(IMAGE *image, char *buffer,int count);
220 static int img_writeheader(IMAGE *image);
252 isetname(IMAGE *image, const char *name) argument
311 ibufalloc(IMAGE *image) argument
316 imgOpenRead(MYCHANNEL file, IMAGE *image, const char *mode) argument
324 imgOpenWrite(MYCHANNEL file, IMAGE *image, const char *mode, unsigned int type, unsigned int dim, unsigned int xsize, unsigned int ysize, unsigned int zsize) argument
334 imgopen(int f, MYCHANNEL file, IMAGE *image, const char *mode, unsigned int type, unsigned int dim, unsigned int xsize, unsigned int ysize, unsigned int zsize) argument
446 iclose(IMAGE *image) argument
495 iflush(IMAGE *image) argument
602 img_seek(IMAGE *image, unsigned int y, unsigned int z) argument
642 img_badrow(IMAGE *image, unsigned int y, unsigned int z) argument
650 img_write(IMAGE *image, char *buffer,int count) argument
662 img_writeheader(IMAGE *image) argument
674 img_read(IMAGE *image, char *buffer, int count) argument
686 img_optseek(IMAGE *image, unsigned int offset) argument
730 img_getrowsize(IMAGE *image) argument
743 img_setrowsize(IMAGE *image, int cnt, int y, int z) argument
903 putrow(IMAGE *image, unsigned short *buffer, unsigned int y, unsigned int z) argument
1028 getrow(IMAGE *image, unsigned short *buffer, unsigned int y, unsigned int z) argument
[all...]

Completed in 259 milliseconds

1234567891011>>