Searched refs:gFTMutex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp101 SK_DECLARE_STATIC_MUTEX(gFTMutex); variable
120 // Caller must lock gFTMutex before calling this function.
167 // Called while holding gFTMutex.
181 SkOnce(&gLCDSupportValid, &gFTMutex, determine_lcd_support, &lcdSupported);
225 // Caller must lock gFTMutex before calling this function.
227 // Caller must lock gFTMutex before calling this function.
293 // Caller must lock gFTMutex before calling this function.
344 // Caller must lock gFTMutex before calling this function.
371 gFTMutex.acquire();
390 gFTMutex
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp101 SK_DECLARE_STATIC_MUTEX(gFTMutex); variable
120 // Caller must lock gFTMutex before calling this function.
167 // Called while holding gFTMutex.
181 SkOnce(&gLCDSupportValid, &gFTMutex, determine_lcd_support, &lcdSupported);
226 // Caller must lock gFTMutex before calling this function.
228 // Caller must lock gFTMutex before calling this function.
294 // Caller must lock gFTMutex before calling this function.
345 // Caller must lock gFTMutex before calling this function.
372 gFTMutex.acquire();
391 gFTMutex
[all...]

Completed in 60 milliseconds