Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h376 class StrokeLineCommand : public StrokeOptionsCommand {
378 StrokeLineCommand(const Point& aStart, const Point& aEnd, in StrokeLineCommand() function
382 : StrokeOptionsCommand(StrokeLineCommand::Type, aStrokeOptions), in StrokeLineCommand()
389 CLONE_INTO(StrokeLineCommand) in CloneInto() local
H A DDrawTargetCapture.cpp179 AppendCommand(StrokeLineCommand)(aStart, aEnd, aPattern, aStrokeOptions, in StrokeLine() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h446 class StrokeLineCommand : public StrokeOptionsCommand {
448 StrokeLineCommand(const Point& aStart, const Point& aEnd, in StrokeLineCommand() function
458 CommandType GetType() const override { return StrokeLineCommand::Type; } in GetType()
461 CLONE_INTO(StrokeLineCommand) in CloneInto() local
H A DDrawTargetCapture.cpp215 AppendCommand(StrokeLineCommand)(aStart, aEnd, aPattern, aStrokeOptions, in StrokeLine() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h446 class StrokeLineCommand : public StrokeOptionsCommand {
448 StrokeLineCommand(const Point& aStart, const Point& aEnd, in StrokeLineCommand() function
458 CommandType GetType() const override { return StrokeLineCommand::Type; } in GetType()
461 CLONE_INTO(StrokeLineCommand) in CloneInto() local
H A DDrawTargetCapture.cpp215 AppendCommand(StrokeLineCommand)(aStart, aEnd, aPattern, aStrokeOptions, in StrokeLine() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h446 class StrokeLineCommand : public StrokeOptionsCommand {
448 StrokeLineCommand(const Point& aStart, const Point& aEnd, in StrokeLineCommand() function
458 CommandType GetType() const override { return StrokeLineCommand::Type; } in GetType()
461 CLONE_INTO(StrokeLineCommand) in CloneInto() local
H A DDrawTargetCapture.cpp215 AppendCommand(StrokeLineCommand)(aStart, aEnd, aPattern, aStrokeOptions, in StrokeLine() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp125 AppendCommand(StrokeLineCommand)(aStart, aEnd, aPattern, aStrokeOptions, aOptions); in StrokeLine() local
H A DDrawCommand.h285 class StrokeLineCommand : public DrawingCommand
288 StrokeLineCommand(const Point& aStart, in StrokeLineCommand() function