Home
last modified time | relevance | path

Searched refs:FillCommand (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_fill_and_stroke.cpp28 class FillCommand : public Command { class
31 FillCommand(Type type);
32 Command* clone() const override { return new FillCommand(*this); } in clone()
40 FillCommand::FillCommand(Type type) in FillCommand() function in app::FillCommand
47 bool FillCommand::onEnabled(Context* ctx) in onEnabled()
63 void FillCommand::onExecute(Context* ctx) in onExecute()
128 return new FillCommand(FillCommand::Fill); in createFillCommand()
133 return new FillCommand(FillCommand::Stroke); in createStrokeCommand()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Explorer/
H A DContextMenu.cpp516 FillCommand(kOpen, mainString, commandMapItem); in QueryContextMenu()
545 FillCommand(kOpen, mainString, commandMapItem); in QueryContextMenu()
603 FillCommand(kExtract, mainString, commandMapItem); in QueryContextMenu()
624 FillCommand(kExtractTo, s, commandMapItem); in QueryContextMenu()
636 FillCommand(kTest, mainString, commandMapItem); in QueryContextMenu()
662 FillCommand(kCompress, mainString, commandMapItem); in QueryContextMenu()
673 FillCommand(kCompressEmail, mainString, commandMapItem); in QueryContextMenu()
685 FillCommand(kCompressTo7z, s, commandMapItem); in QueryContextMenu()
703 FillCommand(kCompressTo7zEmail, s, commandMapItem); in QueryContextMenu()
718 FillCommand(kCompressToZip, s, commandMapItem); in QueryContextMenu()
[all …]
H A DContextMenu.h81 bool FillCommand(ECommandInternalID id, UString &mainString, CCommandMapItem &commandMapItem);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Gd/Commands/
H A DFillCommand.php9 class FillCommand extends AbstractCommand class
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/
H A DFillCommand.php11 class FillCommand extends AbstractCommand class
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Explorer/
H A DContextMenu.h145 void FillCommand(ECommandInternalID id, UString &mainString, CCommandMapItem &cmi);
H A DContextMenu.cpp255 void CZipContextMenu::FillCommand(ECommandInternalID id, UString &mainString, CCommandMapItem &cmi) in FillCommand() function in CZipContextMenu
283 FillCommand(id, mainString, cmi); in AddCommand()
663 FillCommand(kOpen, mainString, cmi); in QueryContextMenu()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h415 class FillCommand : public DrawingCommand {
417 FillCommand(const Path* aPath, const Pattern& aPattern, in FillCommand() function
419 : DrawingCommand(FillCommand::Type), in FillCommand()
425 CLONE_INTO(FillCommand)(mPath, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp191 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h487 class FillCommand : public DrawingCommand {
489 FillCommand(const Path* aPath, const Pattern& aPattern, in FillCommand() function
495 CommandType GetType() const override { return FillCommand::Type; } in GetType()
498 CLONE_INTO(FillCommand)(mPath, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp227 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h487 class FillCommand : public DrawingCommand {
489 FillCommand(const Path* aPath, const Pattern& aPattern, in FillCommand() function
495 CommandType GetType() const override { return FillCommand::Type; } in GetType()
498 CLONE_INTO(FillCommand)(mPath, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp227 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h487 class FillCommand : public DrawingCommand {
489 FillCommand(const Path* aPath, const Pattern& aPattern, in FillCommand() function
495 CommandType GetType() const override { return FillCommand::Type; } in GetType()
498 CLONE_INTO(FillCommand)(mPath, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp227 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp142 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill() local
H A DDrawCommand.h315 class FillCommand : public DrawingCommand
318 FillCommand(const Path* aPath, in FillCommand() function
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/tools/
H A Drdbtool.py467 class FillCommand(PartEditCommand): class
649 "fill" : FillCommand,
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/operon/
H A Dcommands.py653 class FillCommand(Command): class