Home
last modified time | relevance | path

Searched defs:BlendSurface (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Extensions/
H A DCairoExtensions.cs1683 …public static void BlendSurface (this Context g, Surface src, BlendMode mode = BlendMode.Normal, d… in BlendSurface() method in Pinta.Core.CairoExtensions
1692 …public static void BlendSurface (this Context g, Surface src, Rectangle roi, BlendMode mode = Blen… in BlendSurface() method in Pinta.Core.CairoExtensions
1703 …public static void BlendSurface (this Context g, Surface src, Point offset, BlendMode mode = Blend… in BlendSurface() method in Pinta.Core.CairoExtensions
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DDrawTargetSkia.cpp1636 void DrawTargetSkia::BlendSurface(SourceSurface* aSurface, in BlendSurface() function in mozilla::gfx::DrawTargetSkia