Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTargetCapture.cpp255 ReuseOrAppendCommand(SetTransformCommand)(aTransform); in SetTransform() local
294 SetTransformCommand* transform = in ContainsOnlyColoredGlyphs()
295 static_cast<SetTransformCommand*>(command); in ContainsOnlyColoredGlyphs()
H A DDrawCommands.h831 class SetTransformCommand : public DrawingCommand {
835 explicit SetTransformCommand(const Matrix& aTransform) in SetTransformCommand() function
836 : DrawingCommand(SetTransformCommand::Type), mTransform(aTransform) {} in SetTransformCommand()
839 CLONE_INTO(SetTransformCommand)(mTransform); in CloneInto() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h863 class SetTransformCommand : public DrawingCommand {
867 explicit SetTransformCommand(const Matrix& aTransform) in SetTransformCommand() function
870 CommandType GetType() const override { return SetTransformCommand::Type; } in GetType()
873 CLONE_INTO(SetTransformCommand)(mTransform); in CloneInto() local
H A DDrawTargetCapture.cpp306 ReuseOrAppendCommand(SetTransformCommand)(aTransform); in SetTransform() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h863 class SetTransformCommand : public DrawingCommand {
867 explicit SetTransformCommand(const Matrix& aTransform) in SetTransformCommand() function
870 CommandType GetType() const override { return SetTransformCommand::Type; } in GetType()
873 CLONE_INTO(SetTransformCommand)(mTransform); in CloneInto() local
H A DDrawTargetCapture.cpp306 ReuseOrAppendCommand(SetTransformCommand)(aTransform); in SetTransform() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h863 class SetTransformCommand : public DrawingCommand {
867 explicit SetTransformCommand(const Matrix& aTransform) in SetTransformCommand() function
870 CommandType GetType() const override { return SetTransformCommand::Type; } in GetType()
873 CLONE_INTO(SetTransformCommand)(mTransform); in CloneInto() local
H A DDrawTargetCapture.cpp306 ReuseOrAppendCommand(SetTransformCommand)(aTransform); in SetTransform() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp184 AppendCommand(SetTransformCommand)(aTransform); in SetTransform() local
H A DDrawCommand.h554 class SetTransformCommand : public DrawingCommand
557 explicit SetTransformCommand(const Matrix& aTransform) in SetTransformCommand() function