Home
last modified time | relevance | path

Searched refs:sDisableLigaturesDescriptor (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxCoreTextShaper.cpp22 CTFontDescriptorRef gfxCoreTextShaper::sDisableLigaturesDescriptor = nullptr; member in gfxCoreTextShaper
730 if (sDisableLigaturesDescriptor == nullptr) { in GetDisableLigaturesDescriptor()
736 sDisableLigaturesDescriptor = in GetDisableLigaturesDescriptor()
740 return sDisableLigaturesDescriptor; in GetDisableLigaturesDescriptor()
792 if (sDisableLigaturesDescriptor != nullptr) { in Shutdown()
793 ::CFRelease(sDisableLigaturesDescriptor); in Shutdown()
794 sDisableLigaturesDescriptor = nullptr; in Shutdown()
H A DgfxCoreTextShaper.h64 static CTFontDescriptorRef sDisableLigaturesDescriptor; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxCoreTextShaper.cpp23 CTFontDescriptorRef gfxCoreTextShaper::sDisableLigaturesDescriptor = nullptr; member in gfxCoreTextShaper
640 if (sDisableLigaturesDescriptor == nullptr) { in GetDisableLigaturesDescriptor()
647 sDisableLigaturesDescriptor = CreateFontFeaturesDescriptor( in GetDisableLigaturesDescriptor()
650 return sDisableLigaturesDescriptor; in GetDisableLigaturesDescriptor()
711 if (sDisableLigaturesDescriptor != nullptr) { in Shutdown()
712 ::CFRelease(sDisableLigaturesDescriptor); in Shutdown()
713 sDisableLigaturesDescriptor = nullptr; in Shutdown()
H A DgfxCoreTextShaper.h60 static CTFontDescriptorRef sDisableLigaturesDescriptor; variable