Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h342 class StrokeRectCommand : public StrokeOptionsCommand {
344 StrokeRectCommand(const Rect& aRect, const Pattern& aPattern, in StrokeRectCommand() function
347 : StrokeOptionsCommand(StrokeRectCommand::Type, aStrokeOptions), in StrokeRectCommand()
353 CLONE_INTO(StrokeRectCommand)(mRect, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp172 AppendCommand(StrokeRectCommand)(aRect, aPattern, aStrokeOptions, aOptions); in StrokeRect() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h410 class StrokeRectCommand : public StrokeOptionsCommand {
412 StrokeRectCommand(const Rect& aRect, const Pattern& aPattern, in StrokeRectCommand() function
420 CommandType GetType() const override { return StrokeRectCommand::Type; } in GetType()
423 CLONE_INTO(StrokeRectCommand)(mRect, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp208 AppendCommand(StrokeRectCommand)(aRect, aPattern, aStrokeOptions, aOptions); in StrokeRect() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h410 class StrokeRectCommand : public StrokeOptionsCommand {
412 StrokeRectCommand(const Rect& aRect, const Pattern& aPattern, in StrokeRectCommand() function
420 CommandType GetType() const override { return StrokeRectCommand::Type; } in GetType()
423 CLONE_INTO(StrokeRectCommand)(mRect, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp208 AppendCommand(StrokeRectCommand)(aRect, aPattern, aStrokeOptions, aOptions); in StrokeRect() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h410 class StrokeRectCommand : public StrokeOptionsCommand {
412 StrokeRectCommand(const Rect& aRect, const Pattern& aPattern, in StrokeRectCommand() function
420 CommandType GetType() const override { return StrokeRectCommand::Type; } in GetType()
423 CLONE_INTO(StrokeRectCommand)(mRect, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp208 AppendCommand(StrokeRectCommand)(aRect, aPattern, aStrokeOptions, aOptions); in StrokeRect() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp115 AppendCommand(StrokeRectCommand)(aRect, aPattern, aStrokeOptions, aOptions); in StrokeRect() local
H A DDrawCommand.h252 class StrokeRectCommand : public DrawingCommand
255 StrokeRectCommand(const Rect& aRect, in StrokeRectCommand() function