Home
last modified time | relevance | path

Searched refs:AppendCommand (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp52 #define AppendCommand(arg) new (AppendToCommandList<arg>()) arg macro
79 AppendCommand(ClearRectCommand)(aRect); in ClearRect()
89 AppendCommand(MaskSurfaceCommand)(aSource, aMask, aOffset, aOptions); in MaskSurface()
98 AppendCommand(CopySurfaceCommand)(aSurface, aSourceRect, aDestination); in CopySurface()
106 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect()
142 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill()
160 AppendCommand(MaskCommand)(aSource, aMask, aOptions); in Mask()
166 AppendCommand(PushClipCommand)(aPath); in PushClip()
172 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect()
178 AppendCommand(PopClipCommand)(); in PopClip()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawTargetCapture.cpp171 AppendCommand(ClearRectCommand)(aRect); in ClearRect()
190 AppendCommand(CopyRectCommand)(aSourceRect, aDestination); in CopyRect()
195 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect()
227 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill()
248 AppendCommand(MaskCommand)(aSource, aMask, aOptions); in Mask()
257 AppendCommand(PushClipCommand)(aPath); in PushClip()
264 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect()
292 AppendCommand(PopLayerCommand)(); in PopLayer()
297 AppendCommand(PopClipCommand)(); in PopClip()
318 AppendCommand(BlurCommand)(aBlur); in Blur()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawTargetCapture.cpp171 AppendCommand(ClearRectCommand)(aRect); in ClearRect()
190 AppendCommand(CopyRectCommand)(aSourceRect, aDestination); in CopyRect()
195 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect()
227 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill()
248 AppendCommand(MaskCommand)(aSource, aMask, aOptions); in Mask()
257 AppendCommand(PushClipCommand)(aPath); in PushClip()
264 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect()
292 AppendCommand(PopLayerCommand)(); in PopLayer()
297 AppendCommand(PopClipCommand)(); in PopClip()
318 AppendCommand(BlurCommand)(aBlur); in Blur()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawTargetCapture.cpp171 AppendCommand(ClearRectCommand)(aRect); in ClearRect()
190 AppendCommand(CopyRectCommand)(aSourceRect, aDestination); in CopyRect()
195 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect()
227 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill()
248 AppendCommand(MaskCommand)(aSource, aMask, aOptions); in Mask()
257 AppendCommand(PushClipCommand)(aPath); in PushClip()
264 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect()
292 AppendCommand(PopLayerCommand)(); in PopLayer()
297 AppendCommand(PopClipCommand)(); in PopClip()
318 AppendCommand(BlurCommand)(aBlur); in Blur()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTargetCapture.cpp102 #define AppendCommand(arg) new (AppendToCommandList<arg>()) arg macro
146 AppendCommand(ClearRectCommand)(aRect); in ClearRect()
153 AppendCommand(MaskSurfaceCommand)(aSource, aMask, aOffset, aOptions); in MaskSurface()
165 AppendCommand(FillRectCommand)(aRect, aPattern, aOptions); in FillRect()
191 AppendCommand(FillCommand)(aPath, aPattern, aOptions); in Fill()
198 AppendCommand(FillGlyphsCommand)(aFont, aBuffer, aPattern, aOptions); in FillGlyphs()
212 AppendCommand(MaskCommand)(aSource, aMask, aOptions); in Mask()
216 AppendCommand(PushClipCommand)(aPath); in PushClip()
220 AppendCommand(PushClipRectCommand)(aRect); in PushClipRect()
244 AppendCommand(PopLayerCommand)(); in PopLayer()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qundostack/
H A Dtst_qundostack.cpp83 class AppendCommand : public QUndoCommand class
88 ~AppendCommand();
167 int AppendCommand::delete_cnt = 0;
169 AppendCommand::AppendCommand(QString *str, const QString &text, bool _fail_merge, in AppendCommand() function in AppendCommand
181 AppendCommand::~AppendCommand() in ~AppendCommand()
186 void AppendCommand::redo() in redo()
191 void AppendCommand::undo() in undo()
198 int AppendCommand::id() const in id()
2015 AppendCommand::delete_cnt = 0; in compression()
2299 AppendCommand *merge_cmd = new AppendCommand(&str, "top"); in compression()
[all …]
/dports/databases/tile38/tile38-1.12.0/cmd/tile38-benchmark/
H A Dmain.go178 return redbench.AppendCommand(buf, "PING")
189 return redbench.AppendCommand(buf, "GEOADD", "key:bench",
202 return redbench.AppendCommand(buf, "SET", "key:__rand_int__", "xxx")
249 return redbench.AppendCommand(buf, "GET", "key:__rand_int__")
257 … return redbench.AppendCommand(buf, "GET", "key:bench", "id:"+strconv.FormatInt(i, 10), "POINT")
278 return redbench.AppendCommand(buf, "NEARBY", "key:bench", "COUNT", "POINT",
287 return redbench.AppendCommand(buf, "NEARBY", "key:bench", "COUNT", "POINT",
296 return redbench.AppendCommand(buf, "NEARBY", "key:bench", "COUNT", "POINT",
326 return redbench.AppendCommand(buf, "EVAL", set_script, "1",
338 return redbench.AppendCommand(buf, "EVALNA", set_script, "1",
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qundogroup/
H A Dtst_qundogroup.cpp82 class AppendCommand : public QUndoCommand class
85 AppendCommand(QString *str, const QString &text, QUndoCommand *parent = 0);
152 AppendCommand::AppendCommand(QString *str, const QString &text, QUndoCommand *parent) in AppendCommand() function in AppendCommand
162 void AppendCommand::redo() in redo()
167 void AppendCommand::undo() in undo()
174 int AppendCommand::id() const in id()
179 bool AppendCommand::mergeWith(const QUndoCommand *other) in mergeWith()
183 m_text += static_cast<const AppendCommand*>(other)->m_text; in mergeWith()
436 stack1->push(new AppendCommand(&str, "foo")); in checkSignals()
628 stack.push(new AppendCommand(&str, "foo")); in commandTextFormat()
/dports/cad/repsnapper/repsnapper-2.5a4/src/gcode/
H A Dgcodestate.cpp62 void GCodeState::AppendCommand(Command &command, bool relativeE) in AppendCommand() function in GCodeState
77 void GCodeState::AppendCommand(GCodes code, bool relativeE, string comment) in AppendCommand() function in GCodeState
81 AppendCommand(comm, relativeE); in AppendCommand()
86 AppendCommand(commands[i], relativeE); in AppendCommands()
238 AppendCommand(command,relativeE); in MakeGCodeLine()
H A Dgcodestate.h39 void AppendCommand(Command &command, bool incrementalE);
40 void AppendCommand(GCodes code, bool incrementalE=false, string comment="");
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/tidwall/redbench/
H A DREADME.md45 return redbench.AppendCommand(buf, "PING")
48 return redbench.AppendCommand(buf, "SET", "key:string", "val")
51 return redbench.AppendCommand(buf, "GET", "key:string")
55 return redbench.AppendCommand(buf, "GEOADD", "key:geo",
61 return redbench.AppendCommand(buf, "GEORADIUS", "key:geo",
/dports/mail/geary/geary-40.0/src/engine/imap/command/
H A Dimap-append-command.vala13 public class Geary.Imap.AppendCommand : Command {
17 public AppendCommand(MailboxSpecifier mailbox,
/dports/multimedia/shotcut/shotcut-21.03.21/src/commands/
H A Dplaylistcommands.cpp26 AppendCommand::AppendCommand(PlaylistModel& model, const QString& xml, bool emitModified, QUndoComm… in AppendCommand() function in Playlist::AppendCommand
35 void AppendCommand::redo() in redo()
42 void AppendCommand::undo() in undo()
H A Dplaylistcommands.h34 class AppendCommand : public QUndoCommand
37AppendCommand(PlaylistModel& model, const QString& xml, bool emitModified = true, QUndoCommand * p…
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/Ajax/
H A DFrameworkTest.php8 use Drupal\Core\Ajax\AppendCommand; alias
65 $expected_commands[3] = new AppendCommand('body', $js_footer_render_array);
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/Ajax/
H A DFrameworkTest.php8 use Drupal\Core\Ajax\AppendCommand; alias
65 $expected_commands[3] = new AppendCommand('body', $js_footer_render_array);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Ajax/
H A DAppendCommand.php19 class AppendCommand extends InsertCommand { class
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Ajax/
H A DAppendCommand.php19 class AppendCommand extends InsertCommand { class
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Animal.ocd/Insect.ocd/
H A DScript.c103 AppendCommand("Call", this, nil,nil,nil,nil, "SleepComplete"); in Sleep()
261 AppendCommand("Call", this, nil, nil, nil, nil, "MissionComplete"); in MoveToTarget()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Ajax/
H A DAjaxCommandsTest.php11 use Drupal\Core\Ajax\AppendCommand; alias
142 $command = new AppendCommand('#page-title', '<p>New Text!</p>', ['my-setting' => 'setting']);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Ajax/
H A DAjaxCommandsTest.php11 use Drupal\Core\Ajax\AppendCommand; alias
142 $command = new AppendCommand('#page-title', '<p>New Text!</p>', ['my-setting' => 'setting']);
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial04.ocs/System.ocg/
H A DDlgVillageHead.c138 target->AppendCommand("MoveTo", nil, target->GetX() - 40, target->GetY()); in FxIntVillageHeadTimer()
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/ajax_forms_test/
H A Dajax_forms_test.module13 use Drupal\Core\Ajax\AppendCommand;
82 $response->addCommand(new AppendCommand($selector, "Appended text"));
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/ajax_forms_test/
H A Dajax_forms_test.module13 use Drupal\Core\Ajax\AppendCommand;
82 $response->addCommand(new AppendCommand($selector, "Appended text"));
/dports/multimedia/shotcut/shotcut-21.03.21/src/docks/
H A Dplaylistdock.cpp385 new Playlist::AppendCommand(m_model, MLT.XML(&producer))); in on_actionAppendCut_triggered()
395 MAIN.undoStack()->push(new Playlist::AppendCommand(m_model, MLT.XML())); in on_actionAppendCut_triggered()
706 … MAIN.undoStack()->push(new Playlist::AppendCommand(m_model, MLT.XML(producer))); in onDropped()
715 … MAIN.undoStack()->push(new Playlist::AppendCommand(m_model, MLT.XML(producer))); in onDropped()
738 MAIN.undoStack()->push(new Playlist::AppendCommand(m_model, MLT.XML(&p))); in onDropped()
753 MAIN.undoStack()->push(new Playlist::AppendCommand(m_model, MLT.XML())); in onDropped()

12