Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTargetCapture.cpp198 AppendCommand(FillGlyphsCommand)(aFont, aBuffer, aPattern, aOptions); in FillGlyphs() local
302 FillGlyphsCommand* fillGlyphs = static_cast<FillGlyphsCommand*>(command); in ContainsOnlyColoredGlyphs()
H A DDrawCommands.h533 class FillGlyphsCommand : public DrawingCommand {
537 FillGlyphsCommand(ScaledFont* aFont, const GlyphBuffer& aBuffer, in FillGlyphsCommand() function
539 : DrawingCommand(FillGlyphsCommand::Type), in FillGlyphsCommand()
553 CLONE_INTO(FillGlyphsCommand)(mFont, glyphs, mPattern, mOptions); in CloneInto() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h557 class FillGlyphsCommand : public DrawingCommand {
561 FillGlyphsCommand(ScaledFont* aFont, const GlyphBuffer& aBuffer, in FillGlyphsCommand() function
569 CommandType GetType() const override { return FillGlyphsCommand::Type; } in GetType()
576 CLONE_INTO(FillGlyphsCommand)(mFont, glyphs, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp234 AppendCommand(FillGlyphsCommand)(aFont, aBuffer, aPattern, aOptions); in FillGlyphs() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h557 class FillGlyphsCommand : public DrawingCommand {
561 FillGlyphsCommand(ScaledFont* aFont, const GlyphBuffer& aBuffer, in FillGlyphsCommand() function
569 CommandType GetType() const override { return FillGlyphsCommand::Type; } in GetType()
576 CLONE_INTO(FillGlyphsCommand)(mFont, glyphs, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp234 AppendCommand(FillGlyphsCommand)(aFont, aBuffer, aPattern, aOptions); in FillGlyphs() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h557 class FillGlyphsCommand : public DrawingCommand {
561 FillGlyphsCommand(ScaledFont* aFont, const GlyphBuffer& aBuffer, in FillGlyphsCommand() function
569 CommandType GetType() const override { return FillGlyphsCommand::Type; } in GetType()
576 CLONE_INTO(FillGlyphsCommand)(mFont, glyphs, mPattern, mOptions); in CloneInto() local
H A DDrawTargetCapture.cpp234 AppendCommand(FillGlyphsCommand)(aFont, aBuffer, aPattern, aOptions); in FillGlyphs() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp152 AppendCommand(FillGlyphsCommand)(aFont, aBuffer, aPattern, aOptions, aRenderingOptions); in FillGlyphs() local
H A DDrawCommand.h419 class FillGlyphsCommand : public DrawingCommand
422 FillGlyphsCommand(ScaledFont* aFont, in FillGlyphsCommand() function