Searched refs:mTypefaceMutex (Results 1 – 2 of 2) sorted by relevance
163 void initTypefaceLocked() const EXCLUSIVE_LOCKS_REQUIRED(mTypefaceMutex);169 mutable std::shared_ptr<MinikinFont> mTypeface GUARDED_BY(mTypefaceMutex);172 mutable HbFontUniquePtr mBaseFont GUARDED_BY(mTypefaceMutex);174 mutable std::mutex mTypefaceMutex; variable
55 std::lock_guard lock(mTypefaceMutex); in typeface()62 std::lock_guard lock(mTypefaceMutex); in baseFont()