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.cpp69 inline static constexpr int FontConfigThreadSafeVersion = 21393; member in __anon0ac6716a0111::FCLocker
73 if (FcGetVersion() < FontConfigThreadSafeVersion) { in lock()
79 if (FcGetVersion() < FontConfigThreadSafeVersion) { in unlock()
89 if (FcGetVersion() < FontConfigThreadSafeVersion) { in AssertHeld()