skia2/include
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
..
animator Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
config Add SkBarriers to ports. 2014-05-29 18:24:54 +00:00
core Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. 2014-10-13 13:17:56 -07:00
device/xps Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) 2014-09-29 06:29:53 -07:00
effects Adding 3D lut color filter 2014-10-09 05:27:23 -07:00
gpu Create helper functions to use in computeInvariantOutput calls 2014-10-13 12:53:46 -07:00
images Remove SkImageRef and related functionality. 2014-06-04 14:38:48 -04:00
pathops add pathops tight bounds; conform path ops' gyp to unit tests 2014-06-24 07:55:12 -07:00
pdf Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) 2014-09-29 06:29:53 -07:00
pipe "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
ports Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. 2014-10-13 13:17:56 -07:00
record add SK_API to include/record 2014-04-28 21:04:32 +00:00
svg Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
utils Turn SkCanvasStateUtils into a class with static functions. 2014-10-10 06:19:09 -07:00
views add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts 2014-10-06 12:29:56 -07:00
xml Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00