Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h239 class ClearRectCommand : public DrawingCommand {
241 explicit ClearRectCommand(const Rect& aRect) in ClearRectCommand() function
242 : DrawingCommand(ClearRectCommand::Type), mRect(aRect) {} in ClearRectCommand()
245 CLONE_INTO(ClearRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp146 AppendCommand(ClearRectCommand)(aRect); in ClearRect() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h250 class ClearRectCommand : public DrawingCommand {
252 explicit ClearRectCommand(const Rect& aRect) : mRect(aRect) {} in ClearRectCommand() function
254 CommandType GetType() const override { return ClearRectCommand::Type; } in GetType()
257 CLONE_INTO(ClearRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp171 AppendCommand(ClearRectCommand)(aRect); in ClearRect() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h250 class ClearRectCommand : public DrawingCommand {
252 explicit ClearRectCommand(const Rect& aRect) : mRect(aRect) {} in ClearRectCommand() function
254 CommandType GetType() const override { return ClearRectCommand::Type; } in GetType()
257 CLONE_INTO(ClearRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp171 AppendCommand(ClearRectCommand)(aRect); in ClearRect() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h250 class ClearRectCommand : public DrawingCommand {
252 explicit ClearRectCommand(const Rect& aRect) : mRect(aRect) {} in ClearRectCommand() function
254 CommandType GetType() const override { return ClearRectCommand::Type; } in GetType()
257 CLONE_INTO(ClearRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp171 AppendCommand(ClearRectCommand)(aRect); in ClearRect() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp79 AppendCommand(ClearRectCommand)(aRect); in ClearRect() local
H A DDrawCommand.h175 class ClearRectCommand : public DrawingCommand
178 explicit ClearRectCommand(const Rect& aRect) in ClearRectCommand() function