aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPathRef.h
Commit message (Expand)AuthorAge
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Use SkNVRefCnt for a couple common types.Gravatar mtklein2016-08-09
* Always init SkPathRef variables.Gravatar senorblanco2016-07-22
* Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...Gravatar bsalomon2016-05-27
* Convert SkRefCnt to std::atomic.Gravatar bungeman2016-04-08
* Move SkTDArray to private.Gravatar bungeman2016-02-18
* add interp pathGravatar caryclark2016-02-18
* add support for capped hairlinesGravatar caryclark2015-12-09
* add SkPath::isRRectGravatar caryclark2015-11-19
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-04
* Revert "Implement caching of filled paths in the tessellated path renderer."Gravatar mtklein2015-08-04
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-03
* change getBounds to return 0000 iff there are zero pointsGravatar reed2015-07-28
* remove SkInstCntGravatar mtklein2015-06-26
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* Force path bounds in recording.Gravatar mtklein2014-12-01
* Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.Gravatar mtklein2014-10-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Disable assertion of fBoundsIsDirty.Gravatar Mike Klein2014-07-16
* Split SkTRacy into SkTRacy and SkTRacyReffable.Gravatar mtklein2014-07-10
* Add SkRacyGravatar mtklein2014-07-08
* Revert of Add SkRacy (https://codereview.chromium.org/371363004/)Gravatar mtklein2014-07-08
* Add SkRacyGravatar mtklein2014-07-08
* Port most uses of SkOnce to SkLazyPtr.Gravatar mtklein2014-06-02
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-31
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-30
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30
* Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://co...Gravatar commit-bot@chromium.org2014-02-12
* SkBitmap now really stores SkImageInfo -- config is just a ruseGravatar commit-bot@chromium.org2014-02-11
* Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"Gravatar mike@reedtribe.org2014-02-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-11
* Move fLastMoveToIndex from SkPath to SkPathRefGravatar robertphillips@google.com2014-02-10
* SkOnce: add option to call another cleanup function once at exit.Gravatar commit-bot@chromium.org2014-01-24
* No deduping dictionaries for matrices and regions.Gravatar commit-bot@chromium.org2014-01-23
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-16
* Improved SkPathRef interface securityGravatar robertphillips@google.com2013-12-13
* Move segment mask from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-04
* Move fIsOval from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-03
* Revert of r12450 (Move fIsOval from SkPath to SkPathRef)Gravatar robertphillips@google.com2013-12-03
* Move fIsOval from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-02
* Use SkPathRef gen id for SkPath::getGenerationIDGravatar commit-bot@chromium.org2013-10-30
* Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://co...Gravatar robertphillips@google.com2013-10-29
* Use SkPathRef gen id for SkPath::getGenerationIDGravatar commit-bot@chromium.org2013-10-29
* SK_ONCE for SkData and SkPathRefGravatar commit-bot@chromium.org2013-10-23
* Move makeSpace and resetToSize from SkPathRef.cpp to .hGravatar robertphillips@google.com2013-10-02
* Threads can race to be the first one to calculate the empty path ref's bounds.Gravatar commit-bot@chromium.org2013-10-02
* Make it explicit that some validate methods are debug onlyGravatar robertphillips@google.com2013-10-02