Home
last modified time | relevance | path

Searched refs:gfxCoreTextShaper (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxCoreTextShaper.cpp21 CTFontDescriptorRef gfxCoreTextShaper::sDefaultFeaturesDescriptor = nullptr;
22 CTFontDescriptorRef gfxCoreTextShaper::sSmallCapsDescriptor = nullptr;
25 CTFontDescriptorRef gfxCoreTextShaper::sIndicFeaturesDescriptor = nullptr;
26 CTFontDescriptorRef gfxCoreTextShaper::sIndicDisableLigaturesDescriptor =
31 CFDictionaryRef gfxCoreTextShaper::CreateAttrDict(bool aRightToLeft) { in CreateAttrDict()
53 gfxCoreTextShaper::gfxCoreTextShaper(gfxMacFont *aFont) in gfxCoreTextShaper() function in gfxCoreTextShaper
62 gfxCoreTextShaper::~gfxCoreTextShaper() { in ~gfxCoreTextShaper()
80 bool gfxCoreTextShaper::ShapeText(DrawTarget *aDrawTarget, in ShapeText()
624 CTFontDescriptorRef gfxCoreTextShaper::GetSmallCapsDescriptor() { in GetSmallCapsDescriptor()
694 CTFontRef gfxCoreTextShaper::CreateCTFontWithFeatures( in CreateCTFontWithFeatures()
[all …]
H A DgfxCoreTextShaper.h15 class gfxCoreTextShaper : public gfxFontShaper {
17 explicit gfxCoreTextShaper(gfxMacFont *aFont);
19 virtual ~gfxCoreTextShaper();
H A Dmoz.build95 'gfxCoreTextShaper.cpp',
H A DgfxPlatformMac.cpp97 gfxPlatformMac::~gfxPlatformMac() { gfxCoreTextShaper::Shutdown(); } in ~gfxPlatformMac()
H A DgfxMacFont.cpp157 mCoreTextShaper = MakeUnique<gfxCoreTextShaper>(this); in ShapeText()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxCoreTextShaper.cpp38 gfxCoreTextShaper::CreateAttrDict(bool aRightToLeft) in CreateAttrDict()
66 gfxCoreTextShaper::CreateAttrDictWithoutDirection() in CreateAttrDictWithoutDirection()
78 gfxCoreTextShaper::gfxCoreTextShaper(gfxMacFont *aFont) in gfxCoreTextShaper() function in gfxCoreTextShaper
98 gfxCoreTextShaper::~gfxCoreTextShaper() in ~gfxCoreTextShaper()
119 gfxCoreTextShaper::ShapeText(DrawTarget *aDrawTarget, in ShapeText()
652 gfxCoreTextShaper::CreateFontFeaturesDescriptor( in CreateFontFeaturesDescriptor()
713 gfxCoreTextShaper::GetDefaultFeaturesDescriptor() in GetDefaultFeaturesDescriptor()
728 gfxCoreTextShaper::GetDisableLigaturesDescriptor() in GetDisableLigaturesDescriptor()
744 gfxCoreTextShaper::GetIndicFeaturesDescriptor() in GetIndicFeaturesDescriptor()
758 gfxCoreTextShaper::GetIndicDisableLigaturesDescriptor() in GetIndicDisableLigaturesDescriptor()
[all …]
H A DgfxCoreTextShaper.h15 class gfxCoreTextShaper : public gfxFontShaper {
17 explicit gfxCoreTextShaper(gfxMacFont *aFont);
19 virtual ~gfxCoreTextShaper();
H A Dmoz.build87 'gfxCoreTextShaper.cpp',
H A DgfxMacFont.cpp143 mCoreTextShaper = MakeUnique<gfxCoreTextShaper>(this); in ShapeText()
H A DgfxPlatformMac.cpp99 gfxCoreTextShaper::Shutdown(); in ~gfxPlatformMac()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxCoreTextShaper.h15 class gfxCoreTextShaper : public gfxFontShaper {
17 explicit gfxCoreTextShaper(gfxMacFont* aFont);
19 virtual ~gfxCoreTextShaper();
67 MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(gfxCoreTextShaper::FeatureFlags)
H A DgfxCoreTextShaper.cpp21 CTFontDescriptorRef gfxCoreTextShaper::sFeaturesDescriptor[kMaxFontInstances];
25 CFDictionaryRef gfxCoreTextShaper::CreateAttrDict(bool aRightToLeft) { in CreateAttrDict()
46 gfxCoreTextShaper::gfxCoreTextShaper(gfxMacFont* aFont) in gfxCoreTextShaper() function in gfxCoreTextShaper
58 gfxCoreTextShaper::~gfxCoreTextShaper() { in ~gfxCoreTextShaper()
78 bool gfxCoreTextShaper::ShapeText(DrawTarget* aDrawTarget, in ShapeText()
210 nsresult gfxCoreTextShaper::SetGlyphsFromRun(gfxShapedText* aShapedText, in SetGlyphsFromRun()
556 CTFontDescriptorRef gfxCoreTextShaper::CreateFontFeaturesDescriptor( in CreateFontFeaturesDescriptor()
605 CTFontDescriptorRef gfxCoreTextShaper::GetFeaturesDescriptor( in GetFeaturesDescriptor()
633 CTFontRef gfxCoreTextShaper::CreateCTFontWithFeatures( in CreateCTFontWithFeatures()
642 void gfxCoreTextShaper::Shutdown() // [static] in Shutdown()
H A Dmoz.build106 "gfxCoreTextShaper.cpp",
H A DgfxMacFont.cpp162 mCoreTextShaper = MakeUnique<gfxCoreTextShaper>(this); in ShapeText()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxCoreTextShaper.h15 class gfxCoreTextShaper : public gfxFontShaper {
17 explicit gfxCoreTextShaper(gfxMacFont* aFont);
19 virtual ~gfxCoreTextShaper();
67 MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(gfxCoreTextShaper::FeatureFlags)
H A DgfxCoreTextShaper.cpp21 CTFontDescriptorRef gfxCoreTextShaper::sFeaturesDescriptor[kMaxFontInstances];
25 CFDictionaryRef gfxCoreTextShaper::CreateAttrDict(bool aRightToLeft) { in CreateAttrDict()
46 gfxCoreTextShaper::gfxCoreTextShaper(gfxMacFont* aFont) in gfxCoreTextShaper() function in gfxCoreTextShaper
58 gfxCoreTextShaper::~gfxCoreTextShaper() { in ~gfxCoreTextShaper()
78 bool gfxCoreTextShaper::ShapeText(DrawTarget* aDrawTarget, in ShapeText()
209 nsresult gfxCoreTextShaper::SetGlyphsFromRun(gfxShapedText* aShapedText, in SetGlyphsFromRun()
557 CTFontDescriptorRef gfxCoreTextShaper::CreateFontFeaturesDescriptor( in CreateFontFeaturesDescriptor()
606 CTFontDescriptorRef gfxCoreTextShaper::GetFeaturesDescriptor( in GetFeaturesDescriptor()
634 CTFontRef gfxCoreTextShaper::CreateCTFontWithFeatures( in CreateCTFontWithFeatures()
643 void gfxCoreTextShaper::Shutdown() // [static] in Shutdown()
H A Dmoz.build109 'gfxCoreTextShaper.cpp',
H A DgfxPlatformMac.cpp85 gfxPlatformMac::~gfxPlatformMac() { gfxCoreTextShaper::Shutdown(); } in ~gfxPlatformMac()
H A DgfxMacFont.cpp157 mCoreTextShaper = MakeUnique<gfxCoreTextShaper>(this); in ShapeText()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxCoreTextShaper.h15 class gfxCoreTextShaper : public gfxFontShaper {
17 explicit gfxCoreTextShaper(gfxMacFont* aFont);
19 virtual ~gfxCoreTextShaper();
67 MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(gfxCoreTextShaper::FeatureFlags)
H A DgfxCoreTextShaper.cpp21 CTFontDescriptorRef gfxCoreTextShaper::sFeaturesDescriptor[kMaxFontInstances];
25 CFDictionaryRef gfxCoreTextShaper::CreateAttrDict(bool aRightToLeft) { in CreateAttrDict()
46 gfxCoreTextShaper::gfxCoreTextShaper(gfxMacFont* aFont) in gfxCoreTextShaper() function in gfxCoreTextShaper
58 gfxCoreTextShaper::~gfxCoreTextShaper() { in ~gfxCoreTextShaper()
77 bool gfxCoreTextShaper::ShapeText(DrawTarget* aDrawTarget, in ShapeText()
209 nsresult gfxCoreTextShaper::SetGlyphsFromRun(gfxShapedText* aShapedText, in SetGlyphsFromRun()
555 CTFontDescriptorRef gfxCoreTextShaper::CreateFontFeaturesDescriptor( in CreateFontFeaturesDescriptor()
604 CTFontDescriptorRef gfxCoreTextShaper::GetFeaturesDescriptor( in GetFeaturesDescriptor()
632 CTFontRef gfxCoreTextShaper::CreateCTFontWithFeatures( in CreateCTFontWithFeatures()
641 void gfxCoreTextShaper::Shutdown() // [static] in Shutdown()
H A Dmoz.build105 "gfxCoreTextShaper.cpp",
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxCoreTextShaper.h15 class gfxCoreTextShaper : public gfxFontShaper {
17 explicit gfxCoreTextShaper(gfxMacFont* aFont);
19 virtual ~gfxCoreTextShaper();
67 MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(gfxCoreTextShaper::FeatureFlags)
H A DgfxCoreTextShaper.cpp21 CTFontDescriptorRef gfxCoreTextShaper::sFeaturesDescriptor[kMaxFontInstances];
25 CFDictionaryRef gfxCoreTextShaper::CreateAttrDict(bool aRightToLeft) { in CreateAttrDict()
46 gfxCoreTextShaper::gfxCoreTextShaper(gfxMacFont* aFont) in gfxCoreTextShaper() function in gfxCoreTextShaper
58 gfxCoreTextShaper::~gfxCoreTextShaper() { in ~gfxCoreTextShaper()
78 bool gfxCoreTextShaper::ShapeText(DrawTarget* aDrawTarget, in ShapeText()
210 nsresult gfxCoreTextShaper::SetGlyphsFromRun(gfxShapedText* aShapedText, in SetGlyphsFromRun()
556 CTFontDescriptorRef gfxCoreTextShaper::CreateFontFeaturesDescriptor( in CreateFontFeaturesDescriptor()
605 CTFontDescriptorRef gfxCoreTextShaper::GetFeaturesDescriptor( in GetFeaturesDescriptor()
633 CTFontRef gfxCoreTextShaper::CreateCTFontWithFeatures( in CreateCTFontWithFeatures()
642 void gfxCoreTextShaper::Shutdown() // [static] in Shutdown()
H A Dmoz.build106 "gfxCoreTextShaper.cpp",

12