skia2/include/ports
mtklein 148ec59001 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.
Function- or method- local scope isn't threadsafe; the pointer is generally
zero-initialized on first use in function scope (i.e. lazily... we have to go
deeper), but for globals we can be pretty sure the linker will do that for us.

BUG=skia:

No public API changes.
TBR=reed@google.com

Review URL: https://codereview.chromium.org/651723003
2014-10-13 13:17:56 -07:00
..
SkFontConfigInterface.h Uses optional mutex to guard construction of the singleton, which 2014-07-01 18:54:41 -07:00
SkFontMgr_indirect.h Port most uses of SkOnce to SkLazyPtr. 2014-06-02 08:44:27 -07:00
SkFontMgr.h Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. 2014-10-13 13:17:56 -07:00
SkFontStyle.h check-point for linux fontmgr impl 2013-04-22 18:48:45 +00:00
SkRemotableFontMgr.h Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. 2014-10-13 13:17:56 -07:00
SkTypeface_android.h Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. 2014-08-13 10:41:25 -07:00
SkTypeface_mac.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkTypeface_win.h Pass the IDWriteFactory instead of relying on a global creator. 2014-03-31 19:18:07 +00:00