Home
last modified time | relevance | path

Searched refs:PaintRecordForCurrentFrame (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image.h175 sk_sp<PaintRecord> PaintRecordForCurrentFrame(const KURL&);
H A Dsvg_image.cc529 PaintRecordForCurrentFrame(url), bounds, SkTileMode::kRepeat, in ApplyShaderInternal()
576 sk_sp<PaintRecord> SVGImage::PaintRecordForCurrentFrame(const KURL& url) { in PaintRecordForCurrentFrame() function in blink::SVGImage
625 canvas->drawPicture(PaintRecordForCurrentFrame(url)); in DrawInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/graphics/
H A Dsvg_image.cc527 PaintRecordForCurrentFrame(url), bounds, SkTileMode::kRepeat, in ApplyShaderInternal()
574 sk_sp<PaintRecord> SVGImage::PaintRecordForCurrentFrame(const KURL& url) { in PaintRecordForCurrentFrame() function in blink::SVGImage
623 canvas->drawPicture(PaintRecordForCurrentFrame(url)); in DrawInternal()
H A Dsvg_image.h190 sk_sp<PaintRecord> PaintRecordForCurrentFrame(const KURL&);