Home
last modified time | relevance | path

Searched refs:StrokeCommand (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h492 class StrokeCommand : public StrokeOptionsCommand {
494 StrokeCommand(const Path* aPath, const Pattern& aPattern, in StrokeCommand() function
497 : StrokeOptionsCommand(StrokeCommand::Type, aStrokeOptions), in StrokeCommand()
503 CLONE_INTO(StrokeCommand)(mPath, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp186 AppendCommand(StrokeCommand)(aPath, aPattern, aStrokeOptions, aOptions); in Stroke() local
/dports/print/lout/lout-3.40/include/
H A Dbsf913 # @AddPaint, @StrokeCommand #
940 def @StrokeCommand right linewidth
975 { "LoutRule" @StrokeCommand linewidth } @Graphic { 0.5p @High }
979 { "0 0 m __xsize 0 l" @StrokeCommand linewidth } @Graphic { 0.5p @High }
992 { "LoutRule" @StrokeCommand linewidth } @Graphic { 0.5p @High }
996 { "0 0 m __xsize 0 l" @StrokeCommand linewidth } @Graphic { 0.5p @High }
1013 {"LoutBox" paint @AddPaint texture @StrokeCommand linewidth }
1020 paint @AddPaint texture @StrokeCommand linewidth } @Graphic
1057 paint @AddPaint texture @StrokeCommand linewidth
1063 {"LoutCurveBox" paint @AddPaint texture @StrokeCommand linewidth }
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h521 class StrokeCommand : public StrokeOptionsCommand {
523 StrokeCommand(const Path* aPath, const Pattern& aPattern, in StrokeCommand() function
531 CommandType GetType() const override { return StrokeCommand::Type; } in GetType()
534 CLONE_INTO(StrokeCommand)(mPath, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp222 AppendCommand(StrokeCommand)(aPath, aPattern, aStrokeOptions, aOptions); in Stroke() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h521 class StrokeCommand : public StrokeOptionsCommand {
523 StrokeCommand(const Path* aPath, const Pattern& aPattern, in StrokeCommand() function
531 CommandType GetType() const override { return StrokeCommand::Type; } in GetType()
534 CLONE_INTO(StrokeCommand)(mPath, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp222 AppendCommand(StrokeCommand)(aPath, aPattern, aStrokeOptions, aOptions); in Stroke() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h521 class StrokeCommand : public StrokeOptionsCommand {
523 StrokeCommand(const Path* aPath, const Pattern& aPattern, in StrokeCommand() function
531 CommandType GetType() const override { return StrokeCommand::Type; } in GetType()
534 CLONE_INTO(StrokeCommand)(mPath, mPattern, mStrokeOptions, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp222 AppendCommand(StrokeCommand)(aPath, aPattern, aStrokeOptions, aOptions); in Stroke() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp134 AppendCommand(StrokeCommand)(aPath, aPattern, aStrokeOptions, aOptions); in Stroke() local
H A DDrawCommand.h380 class StrokeCommand : public DrawingCommand
383 StrokeCommand(const Path* aPath, in StrokeCommand() function