Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h263 class CopySurfaceCommand : public DrawingCommand {
265 CopySurfaceCommand(SourceSurface* aSurface, const IntRect& aSourceRect, in CopySurfaceCommand() function
267 : DrawingCommand(CopySurfaceCommand::Type), in CopySurfaceCommand()
273 CLONE_INTO(CopySurfaceCommand)(mSurface, mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp160 AppendCommand(CopySurfaceCommand)(aSurface, aSourceRect, aDestination); in CopySurface() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h275 class CopySurfaceCommand : public DrawingCommand {
277 CopySurfaceCommand(SourceSurface* aSurface, const IntRect& aSourceRect, in CopySurfaceCommand() function
283 CommandType GetType() const override { return CopySurfaceCommand::Type; } in GetType()
286 CLONE_INTO(CopySurfaceCommand)(mSurface, mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp185 AppendCommand(CopySurfaceCommand)(aSurface, aSourceRect, aDestination); in CopySurface() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h275 class CopySurfaceCommand : public DrawingCommand {
277 CopySurfaceCommand(SourceSurface* aSurface, const IntRect& aSourceRect, in CopySurfaceCommand() function
283 CommandType GetType() const override { return CopySurfaceCommand::Type; } in GetType()
286 CLONE_INTO(CopySurfaceCommand)(mSurface, mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp185 AppendCommand(CopySurfaceCommand)(aSurface, aSourceRect, aDestination); in CopySurface() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h275 class CopySurfaceCommand : public DrawingCommand {
277 CopySurfaceCommand(SourceSurface* aSurface, const IntRect& aSourceRect, in CopySurfaceCommand() function
283 CommandType GetType() const override { return CopySurfaceCommand::Type; } in GetType()
286 CLONE_INTO(CopySurfaceCommand)(mSurface, mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp185 AppendCommand(CopySurfaceCommand)(aSurface, aSourceRect, aDestination); in CopySurface() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp98 AppendCommand(CopySurfaceCommand)(aSurface, aSourceRect, aDestination); in CopySurface() local
H A DDrawCommand.h193 class CopySurfaceCommand : public DrawingCommand
196 CopySurfaceCommand(SourceSurface* aSurface, in CopySurfaceCommand() function