Searched refs:Image (Results 226 - 250 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlilo.vim86 " Image
H A Dgtkrc.vim64 syn keyword gtkrcClassName AccelLabel Adjustment Alignment Arrow AspectFrame Bin Box Button ButtonBox CList CTree Calendar CheckButton CheckMenuItem ColorSelection ColorSelectionDialog Combo Container Curve Data Dialog DrawingArea Editable Entry EventBox FileSelection Fixed FontSelection FontSelectionDialog Frame GammaCurve HBox HButtonBox HPaned HRuler HScale HScrollbar HSeparator HandleBox Image ImageMenuItem InputDialog Invisible Item ItemFactory Label Layout List ListItem Menu MenuBar MenuItem MenuShell MessageDialog Misc Notebook Object OptionMenu Packer Paned Pixmap Plug Preview Progress ProgressBar RadioButton RadioMenuItem Range Ruler Scale Scrollbar ScrolledWindow SeparatorMenuItem Socket SpinButton Statusbar Table TearoffMenuItem Text TextBuffer TextMark TextTag TextView TipsQuery ToggleButton Toolbar Tooltips Tree TreeView TreeItem VBox VButtonBox VPaned VRuler VScale VScrollbar VSeparator Viewport Widget Window WindowGroup contained
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.cpp627 Image* HTMLCanvasElement::copiedImage() const
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/cf/
H A DLegacyWebArchive.cpp42 #include "Image.h"
578 if (Image* iconImage = iconDatabase().synchronousIconForPageURL(responseURL, IntSize(16, 16))) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DHitTestResult.cpp285 Image* HitTestResult::image() const
H A DRenderLayerBacking.cpp1426 Image* image = styleImage->cachedImage()->image();
1452 RefPtr<Image> image = style->backgroundLayers()->image()->cachedImage()->image();
1686 Image* image = cachedImage->imageForRenderer(imageRenderer);
1729 Image* image = cachedImage->imageForRenderer(imageRenderer);
1742 // Image animation is "lazy", in that it automatically stops unless someone is drawing
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp473 PassRefPtr<CoordinatedImageBacking> CoordinatedLayerTreeHost::createImageBackingIfNeeded(Image* image)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dfiletypes.tcl100 } 14541 {emit {C64 PCLink Image}} 30463 {emit {squeezed data,}
827 } 779248125 {emit {RealAudio sound file}} 1688404224 {emit {IRCAM file \(VAX\)}} 1688404480 {emit {IRCAM file \(Sun\)}} 1688404736 {emit {IRCAM file \(MIPS little-endian\)}} 1688404992 {emit {IRCAM file \(NeXT\)}} 1125466468 {emit {X64 Image}} -12432129 {emit {WRAptor packer \(c64\)}} 554074152 {emit {Sega Dreamcast VMU game image}} 931151890 {emit {V64 Nintendo 64 ROM dump}} 327 {emit {Convex old-style object}
1001 } 65544 {emit {GEM Image data}
1956 switch -- [Nv I 91392] 302072064 {emit {D64 Image}} 302072192 {emit {D71 Image}}
1957 if {[N I 399360 == 0x28034400]} {emit {D81 Image}}
1958 if {[S 0 == {C64\40CARTRIDGE}]} {emit {CCS C64 Emultar Cartridge Image}}
1959 if {[S 0 == GCR-1541]} {emit {GCR Image}
1968 if {[S 0 == C64Image]} {emit {PC64 Freezer Image}}
3068 if {[N I 22 > 0x2]} {emit {Unknown Image Typ
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim199 " Image - image.
436 elseif object_type == 'Image'
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSGradientValue.cpp33 #include "Image.h"
46 PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size)
56 Image* result = cachedImageForSize(size);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DAuditRules.js273 [WebInspector.resourceTypes.Stylesheet, WebInspector.resourceTypes.Image],
1374 WebInspector.resourceTypes.Image],
H A DElementsPanel.js401 if (!resource || resource.type !== WebInspector.resourceTypes.Image)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.cpp1056 static Image* panScrollIcon = Image::loadPlatformResource("panIcon").leakRef();
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DPasteboardIOS.mm184 Image* image = cachedImage->imageForRenderer(renderer);
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp47 #include "Image.h"
1204 static RefPtr<Image> nullPluginImage;
1206 nullPluginImage = Image::loadPlatformResource("nullPlugin");
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistoryItem.mm47 #import <WebCore/Image.h>
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabase.cpp36 #include "Image.h"
221 Image* IconDatabase::synchronousIconForPageURL(const String& pageURLOriginal, const IntSize& size)
292 // and drop the raw Image*. On Mac an NSImage, and on windows drawing into an HBITMAP.
304 Image* icon = synchronousIconForPageURL(pageURLOriginal, size);
316 // that method "I don't care about the actual Image, i just want you to make sure you're getting it from disk.
397 Image* IconDatabase::defaultIcon(const IntSize& size)
1267 // one for the URL and one for the Image itself
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.cpp38 #include "Image.h"
226 GraphicsContext3D::ImageExtractor::ImageExtractor(Image* image, ImageHtmlDomSource imageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile)
234 Image* image,
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorFileSystemAgent.cpp287 resourceType = ResourceType::Image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTiler.cpp220 // Layer is a container, and it contains an Image.
279 if (Image* image = m_layer->contents()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp42 #include "Image.h"
744 Image* image = cachedImage->imageForRenderer(renderer);
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPluginViewWin.cpp50 #include "Image.h"
1068 PassRefPtr<Image> PluginView::snapshot()
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp839 WebCore::Image *img = hitTest.image();
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.cpp3692 void WebGLRenderingContext::texImage2DImpl(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Denum format, GC3Denum type, Image* image, GraphicsContext3D::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionCode& ec)
3831 Image* imageForRender = image->cachedImage()->imageForRenderer(image->renderer());
3869 PassRefPtr<Image> WebGLRenderingContext::videoFrameToImage(HTMLVideoElement* video, BackingStoreCopy backingStoreCopy, ExceptionCode&)
3909 RefPtr<Image> image = videoFrameToImage(video, ImageBuffer::fastCopyImageMode(), ec);
3988 void WebGLRenderingContext::texSubImage2DImpl(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Denum format, GC3Denum type, Image* image, GraphicsContext3D::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionCode& ec)
4077 Image* imageForRender = image->cachedImage()->imageForRenderer(image->renderer());
4108 RefPtr<Image> image = videoFrameToImage(video, ImageBuffer::fastCopyImageMode(), ec);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKView.mm77 #import <WebCore/Image.h>
232 RefPtr<WebCore::Image> _promisedImage;
2840 - (void)_setPromisedData:(WebCore::Image *)image withFileName:(NSString *)filename withExtension:(NSString *)extension withTitle:(NSString *)title withURL:(NSString *)url withVisibleURL:(NSString *)visibleUrl withArchive:(WebCore::SharedBuffer*) archiveBuffer forPasteboard:(NSString *)pasteboardName

Completed in 695 milliseconds

1234567891011