Home
last modified time | relevance | path

Searched refs:FontConfigThreadSafeVersion (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp37 inline static constexpr int FontConfigThreadSafeVersion = 21393; member
41 if (FcGetVersion() < FontConfigThreadSafeVersion) { in FCLocker()
48 if (FcGetVersion() < FontConfigThreadSafeVersion) { in ~FCLocker()
54 if (FcGetVersion() < FontConfigThreadSafeVersion) { in AssertHeld()
DSkFontMgr_fontconfig.cpp71 inline static constexpr int FontConfigThreadSafeVersion = 21393; member in __anon8ae59ec30111::FCLocker
75 if (FcGetVersion() < FontConfigThreadSafeVersion) { in lock()
81 if (FcGetVersion() < FontConfigThreadSafeVersion) { in unlock()
91 if (FcGetVersion() < FontConfigThreadSafeVersion) { in AssertHeld()