Searched refs:sDisableLigaturesDescriptor (Results 1 – 4 of 4) sorted by relevance
22 CTFontDescriptorRef gfxCoreTextShaper::sDisableLigaturesDescriptor = nullptr; member in gfxCoreTextShaper730 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()
64 static CTFontDescriptorRef sDisableLigaturesDescriptor; variable
23 CTFontDescriptorRef gfxCoreTextShaper::sDisableLigaturesDescriptor = nullptr; member in gfxCoreTextShaper640 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()
60 static CTFontDescriptorRef sDisableLigaturesDescriptor; variable