Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h726 class PushClipRectCommand : public DrawingCommand {
728 explicit PushClipRectCommand(const Rect& aRect) in PushClipRectCommand() function
729 : DrawingCommand(PushClipRectCommand::Type), mRect(aRect) {} in PushClipRectCommand()
732 CLONE_INTO(PushClipRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp220 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h752 class PushClipRectCommand : public DrawingCommand {
754 explicit PushClipRectCommand(const Rect& aRect) : mRect(aRect) {} in PushClipRectCommand() function
756 CommandType GetType() const override { return PushClipRectCommand::Type; } in GetType()
759 CLONE_INTO(PushClipRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp264 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h752 class PushClipRectCommand : public DrawingCommand {
754 explicit PushClipRectCommand(const Rect& aRect) : mRect(aRect) {} in PushClipRectCommand() function
756 CommandType GetType() const override { return PushClipRectCommand::Type; } in GetType()
759 CLONE_INTO(PushClipRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp264 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h752 class PushClipRectCommand : public DrawingCommand {
754 explicit PushClipRectCommand(const Rect& aRect) : mRect(aRect) {} in PushClipRectCommand() function
756 CommandType GetType() const override { return PushClipRectCommand::Type; } in GetType()
759 CLONE_INTO(PushClipRectCommand)(mRect); in CloneInto() local
H A DDrawTargetCapture.cpp264 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp172 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect() local
H A DDrawCommand.h522 class PushClipRectCommand : public DrawingCommand
525 explicit PushClipRectCommand(const Rect& aRect) in PushClipRectCommand() function