Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h303 class FillRectCommand : public DrawingCommand {
305 FillRectCommand(const Rect& aRect, const Pattern& aPattern, in FillRectCommand() function
307 : DrawingCommand(FillRectCommand::Type), in FillRectCommand()
313 CLONE_INTO(FillRectCommand)(mRect, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp165 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h346 class FillRectCommand : public DrawingCommand {
348 FillRectCommand(const Rect& aRect, const Pattern& aPattern, in FillRectCommand() function
352 CommandType GetType() const override { return FillRectCommand::Type; } in GetType()
355 CLONE_INTO(FillRectCommand)(mRect, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp195 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h346 class FillRectCommand : public DrawingCommand {
348 FillRectCommand(const Rect& aRect, const Pattern& aPattern, in FillRectCommand() function
352 CommandType GetType() const override { return FillRectCommand::Type; } in GetType()
355 CLONE_INTO(FillRectCommand)(mRect, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp195 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h346 class FillRectCommand : public DrawingCommand {
348 FillRectCommand(const Rect& aRect, const Pattern& aPattern, in FillRectCommand() function
352 CommandType GetType() const override { return FillRectCommand::Type; } in GetType()
355 CLONE_INTO(FillRectCommand)(mRect, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp195 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp106 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect() local
H A DDrawCommand.h222 class FillRectCommand : public DrawingCommand
225 FillRectCommand(const Rect& aRect, in FillRectCommand() function