Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFont.h163 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
/frameworks/minikin/libs/minikin/
DFont.cpp55 std::lock_guard lock(mTypefaceMutex); in typeface()
62 std::lock_guard lock(mTypefaceMutex); in baseFont()