summaryrefslogtreecommitdiffstats
path: root/libs/minikin/MinikinRefCounted.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better refcounting and lockingRaph Levien2014-05-121-0/+35
All major externally accessible objects (especially FontFamily and FontCollection) are now reference counted. In addition, there is a global lock intended to make operations thread-safe. WIP notice: in this version of the patch, not all external API entry points are protected by the lock. That should be fixed. Change-Id: I14106196e99eb101e8bf1bcb4b81359759d2086c