Searched refs:image (Results 201 - 225 of 839) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextImage.c5 * widgets. It also implements the "image" widget command for texts.
19 * Macro that determines the size of an embedded image segment:
56 * The following structure declares the "embedded image" segment type.
60 "image", /* name */
83 * Information used for parsing image configuration options:
94 {TK_OPTION_STRING, "-image", NULL, NULL,
110 * This function implements the "image" widget command for text widgets.
129 * objv[1] is "image". */
162 Tcl_AppendResult(interp, "no embedded image at index \"",
185 Tcl_AppendResult(interp, "no embedded image a
324 Tk_Image image; local
665 Tk_Image image; local
728 Tk_Image image; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTextImage.c5 * nested inside text widgets. It also implements the "image"
30 * Macro that determines the size of an embedded image segment:
72 * The following structure declares the "embedded image" segment type.
76 "image", /* name */
87 * Information used for parsing image configuration options:
102 {TK_CONFIG_STRING, "-image", (char *) NULL, (char *) NULL,
118 * This procedure implements the "image" widget command
138 * argv[1] is "image". */
145 argv[0], " image option ?arg arg ...?\"", (char *) NULL);
155 argv[0], " image cge
309 Tk_Image image; local
733 Tk_Image image; local
798 Tk_Image image; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_maker_1.0.rb80 assert_nil(channel.image)
101 assert_equal(rss.image.about, channel.image.resource)
178 maker.image.title = title
179 maker.image.url = url
183 image = rss.image
184 assert_equal(url, image.about)
185 assert_equal(url, rss.channel.image.resource)
186 assert_equal(title, image
[all...]
H A Dtest_maker_2.0.rb146 assert_nil(channel.image)
287 description = "an image"
293 maker.image.title = title
294 maker.image.url = url
295 maker.image.width = width
296 maker.image.height = height
297 maker.image.description = description
299 image = rss.image
300 assert_equal(title, image
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddlfcn.c326 NSImage image; member in struct:Dll_s
339 static const char e_static[] = T("image statically linked");
367 NSObjectFileImage image; local
390 switch (NSCreateObjectFileImageFromFile(path, &image))
393 dll->module = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW);
394 NSDestroyObjectFileImage(image);
402 dll->image = NSAddImage(path, 0);
403 if (!dll->image)
448 else if (dll->image)
450 if (!NSIsSymbolNameDefinedInImage(dll->image, nam
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderImage.cpp67 RenderImage* image = new (document->renderArena()) RenderImage(0); local
68 image->setDocumentForAnonymous(document);
69 return image;
85 // If we'll be displaying either alt text or an image, add some padding.
108 // imageSize() returns 0 for the error image. We need the true size of the
109 // error image, so we have to get it by grabbing image() directly.
113 // Sets the image height and width to fit the alt text. Returns true if the
114 // image size changed.
121 // If we'll be displaying either text or an image, ad
339 RefPtr<Image> image = m_imageResource->image(); local
476 Image* image = m_imageResource->image().get(); local
[all...]
H A DRenderImageResource.cpp86 image()->resetAnimation();
92 PassRefPtr<Image> RenderImageResource::image(int, int) const function in class:WebCore::RenderImageResource
/macosx-10.9.5/screen-22/screen/
H A DMakefile.in177 layer.h patchlevel.h screen.h window.h image.h \
270 comm.h layer.h term.h image.h display.h window.h braille.h \
273 comm.h layer.h term.h image.h display.h window.h braille.h extern.h \
276 comm.h layer.h term.h image.h display.h window.h extern.h
278 comm.h layer.h term.h image.h display.h window.h mark.h extern.h
280 comm.h layer.h term.h image.h display.h window.h extern.h
282 comm.h layer.h term.h image.h display.h window.h extern.h
284 comm.h layer.h term.h image.h display.h window.h extern.h
286 comm.h layer.h term.h image.h display.h window.h mark.h extern.h
288 layer.h term.h image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSImageGeneratorValue.h50 PassRefPtr<Image> image(RenderObject*, const IntSize&);
71 GeneratorGeneratedImage* image() { return m_image.get(); } function in class:WebCore::CSSImageGeneratorValue::CachedGeneratedImage
H A DCSSImageValue.h38 static PassRefPtr<CSSImageValue> create(const String& url, StyleImage* image) { return adoptRef(new CSSImageValue(url, image)); } argument
42 // Returns a StyleCachedImage if the image is cached already, otherwise a StylePendingImage.
H A Dquirks.css46 input:not([type=image]), textarea {
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClipboard.idl39 void setDragImage(Element image, long x, long y);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDragImage.h71 //These functions should be memory neutral, eg. if they return a newly allocated image,
72 //they should release the input image. As a corollary these methods don't guarantee
73 //the input image ref will still be valid after they have been called
74 DragImageRef fitDragImageToMaxSize(DragImageRef image, const IntSize& srcSize, const IntSize& size);
76 DragImageRef dissolveDragImageToFraction(DragImageRef image, float delta);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.h47 void setContentsToImage(Image* image) { m_image = image; } argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleGeneratedImage.cpp70 // At a zoom level of 1 the image is guaranteed to have an integer size.
87 PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const function in class:WebCore::StyleGeneratedImage
89 return m_imageGeneratorValue->image(renderer, size);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFindClient.cpp66 void WebFindMatchesClient::didGetImageForMatchResult(WebPageProxy* page, WebImage* image, uint32_t index) argument
70 m_client.didGetImageForMatchResult(toAPI(page), toAPI(image), index, m_client.clientInfo);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvpixelbufferpool.py44 rv, image = CVPixelBufferPoolCreatePixelBuffer(None, pool, None)
46 self.failUnlessIsInstance(image, CVPixelBufferRef)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvpixelbufferpool.py42 rv, image = CVPixelBufferPoolCreatePixelBuffer(None, pool, None)
44 self.assertIsInstance(image, CVPixelBufferRef)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dttkprogress.rb37 :image=>$image['view'], :compound=>:left,
40 :image=>$image['delete'], :compound=>:left,
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dttknote.rb27 :image=>$image['view'], :compound=>:left,
30 :image=>$image['delete'], :compound=>:left,
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop2.rb10 fail RuntimeError, 'no image file'
23 l_img = TkLabel.new(:image=>dest)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dextbutton.rb16 :image=>img, :imagepos=>:e, :font=>'9x15bold',
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkCache.c125 Tk_Image image = Tcl_GetHashValue(entryPtr); local
126 if (image) {
127 Tk_FreeImage(image);
333 Tk_Image image; local
341 image = Tk_GetImage(cache->interp, tkwin, imageName, NullImageChanged,0);
342 Tcl_SetHashValue(entryPtr, image);
344 if (!image) {
348 return image;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DBitmapContext.py91 # in the bitmap context, to the image. If the
92 # image can't be created, this routine frees
104 # Create the data provider from the image data
113 # Now create the image. The parameters for the image closely match
116 image = CGImageCreate(
129 if image is None:
130 print >>sys.stderr, "Couldn't create image!"
132 return image
135 def exportCGImageToFileWithQT(image, ur
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DBitmapContext.py91 # in the bitmap context, to the image. If the
92 # image can't be created, this routine frees
104 # Create the data provider from the image data
113 # Now create the image. The parameters for the image closely match
116 image = CGImageCreate(
129 if image is None:
130 print >>sys.stderr, "Couldn't create image!"
132 return image
135 def exportCGImageToFileWithQT(image, ur
[all...]

Completed in 284 milliseconds

1234567891011>>