Home
last modified time | relevance | path

Searched refs:DrawSurfaceCommand (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h105 class DrawSurfaceCommand : public DrawingCommand {
107 DrawSurfaceCommand(SourceSurface* aSurface, const Rect& aDest, in DrawSurfaceCommand() function
111 : DrawingCommand(DrawSurfaceCommand::Type), in DrawSurfaceCommand()
119 CLONE_INTO(DrawSurfaceCommand) in CloneInto() local
H A DDrawTargetCapture.cpp124 AppendCommand(DrawSurfaceCommand)(aSurface, aDest, aSource, aSurfOptions, in DrawSurface() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h111 class DrawSurfaceCommand : public DrawingCommand {
113 DrawSurfaceCommand(SourceSurface* aSurface, const Rect& aDest, in DrawSurfaceCommand() function
123 CommandType GetType() const override { return DrawSurfaceCommand::Type; } in GetType()
126 CLONE_INTO(DrawSurfaceCommand) in CloneInto() local
H A DDrawTargetCapture.cpp149 AppendCommand(DrawSurfaceCommand)(aSurface, aDest, aSource, aSurfOptions, in DrawSurface() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h111 class DrawSurfaceCommand : public DrawingCommand {
113 DrawSurfaceCommand(SourceSurface* aSurface, const Rect& aDest, in DrawSurfaceCommand() function
123 CommandType GetType() const override { return DrawSurfaceCommand::Type; } in GetType()
126 CLONE_INTO(DrawSurfaceCommand) in CloneInto() local
H A DDrawTargetCapture.cpp149 AppendCommand(DrawSurfaceCommand)(aSurface, aDest, aSource, aSurfOptions, in DrawSurface() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h111 class DrawSurfaceCommand : public DrawingCommand {
113 DrawSurfaceCommand(SourceSurface* aSurface, const Rect& aDest, in DrawSurfaceCommand() function
123 CommandType GetType() const override { return DrawSurfaceCommand::Type; } in GetType()
126 CLONE_INTO(DrawSurfaceCommand) in CloneInto() local
H A DDrawTargetCapture.cpp149 AppendCommand(DrawSurfaceCommand)(aSurface, aDest, aSource, aSurfOptions, in DrawSurface() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp62 AppendCommand(DrawSurfaceCommand)(aSurface, aDest, aSource, aSurfOptions, aOptions); in DrawSurface() local
H A DDrawCommand.h126 class DrawSurfaceCommand : public DrawingCommand
129 DrawSurfaceCommand(SourceSurface *aSurface, const Rect& aDest, in DrawSurfaceCommand() function