Home
last modified time | relevance | path

Searched defs:cachedImage (Results 1 – 25 of 54) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSImageValue.cpp62 StyleCachedImage* CSSImageValue::cachedImage(CachedResourceLoader* loader) in cachedImage() function in WebCore::CSSImageValue
67 StyleCachedImage* CSSImageValue::cachedImage(CachedResourceLoader* loader, const String& url) in cachedImage() function in WebCore::CSSImageValue
74 if (CachedImage* cachedImage = loader->requestImage(url)) { in cachedImage() local
H A DCSSCursorImageValue.cpp115 StyleCachedImage* CSSCursorImageValue::cachedImage(CachedResourceLoader* loader) in cachedImage() function in WebCore::CSSCursorImageValue
/dports/graphics/pixen/Pixen-0.1/
H A DPXCanvasResizePrompter.h22 NSImage *cachedImage; variable
H A DPXCanvasResizeView.h16 NSImage *cachedImage; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DStyleCachedImage.h43 CachedImage* cachedImage() const { return m_image.get(); } in cachedImage() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DImageDocument.cpp134 CachedImage* cachedImage = document()->cachedImage(); in appendBytes() local
143 CachedImage* cachedImage = document()->cachedImage(); in finish() local
370 CachedImage* ImageDocument::cachedImage() in cachedImage() function in WebCore::ImageDocument
H A DHTMLImageLoader.cpp75 CachedImage* cachedImage = image(); in notifyFinished() local
H A DHTMLImageElement.h56 CachedImage* cachedImage() const { return m_imageLoader.image(); } in cachedImage() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsmaprenderercache.h115 QImage cachedImage; member
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/filters/
H A DSVGFEImage.cpp44 CachedImage *SVGFEImage::cachedImage() const in cachedImage() function in WebCore::SVGFEImage
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderImageResource.h52 CachedImage* cachedImage() const { return m_cachedImage.get(); } in cachedImage() function
H A DRenderImage.h45 … CachedImage* cachedImage() const { return m_imageResource ? m_imageResource->cachedImage() : 0; } in cachedImage() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.cpp61 CachedImage* cachedImage = image->cachedImage(); in checkOrigin() local
/dports/graphics/qgis/qgis-3.22.3/src/core/maprenderer/
H A Dqgsmaprenderercache.h185 QImage cachedImage; member
/dports/net-im/neochat/neochat-1.2.0/src/
H A Dmatriximageprovider.cpp39 QImage cachedImage; in ThumbnailResponse() local
/dports/net-im/spectral/spectral-817/src/
H A Dmatriximageprovider.cpp36 QImage cachedImage; in ThumbnailResponse() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DTextureCache.cpp73 std::string cachedImage(GetCachedImage(url, details)); in HasCachedImage() local
328 std::string cachedImage(GetCachedImage(image, details)); in Export() local
345 std::string cachedImage(GetCachedImage(image, details)); in Export() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/threadimageio/thumb/
H A Dthumbnailtask.cpp106 const QImage* const cachedImage = cache->retrieveThumbnail(m_loadingDescription.cacheKey()); in execute() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/
H A DComponentPaintCache.java40 private Image cachedImage; field in ComponentPaintCache
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/opengl/
H A Djuce_OpenGLContext.cpp866 if (auto* cachedImage = CachedImage::get (comp)) in start() local
877 if (auto* cachedImage = CachedImage::get (*getComponent())) in timerCallback() local
1036 if (auto* cachedImage = getCachedImage()) in triggerRepaint() local
1304 if (auto* cachedImage = CachedImage::get (component)) in surfaceCreated() local
1323 if (auto* cachedImage = CachedImage::get (component)) in surfaceDestroyed() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DPasteboardQt.cpp158 CachedImage* cachedImage = toRenderImage(node->renderer())->cachedImage(); in writeImage() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DImageLoader.cpp267 CachedImage* cachedImage = imageResource->cachedImage(); in updateRenderer() local
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DHttpDate.cc182 static char cachedImage[30]; in HttpDatePrint() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/open_from_clipboard/
H A Dclipboard_recent_content_impl_ios.mm56 @property(nonatomic, strong) UIImage* cachedImage; property
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dimagecache.cpp98 LoadedPixmap::LoadedPixmap(const LoadedImage &cachedImage) in LoadedPixmap()

123