aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPathEffect.h
Commit message (Expand)AuthorAge
* rebaseGravatar Cary Clark2018-06-08
* Revert "Reland "remove toString""Gravatar Cary Clark2018-05-31
* Reland "remove toString"Gravatar Cary Clark2018-05-31
* remove defines and add commasGravatar Cary Clark2018-05-21
* Revert "remove toString"Gravatar Cary Clark2018-05-20
* remove toStringGravatar Cary Clark2018-05-20
* remove SK_IGNORE_TO_STRINGGravatar Cary Clark2018-04-05
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* move intermediate patheffect classes inside srcGravatar Mike Reed2017-03-09
* Revert "move some of patheffect internals into private"Gravatar Mike Reed2017-03-04
* move some of patheffect internals into privateGravatar Mike Reed2017-03-04
* begin to hide details of SkPathEffectGravatar Mike Reed2017-02-26
* remove lots of legacy flagsGravatar Mike Reed2016-10-31
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Add constructor to DashInfo to enable initializer listsGravatar hstern2016-08-10
* SkPathEffect.h: add SK_API where neededGravatar halcanary2016-04-21
* Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://coderev...Gravatar mtklein2016-04-04
* Delete SkFlattenable::TypeGravatar msarett2016-04-04
* Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...Gravatar reed2016-03-18
* Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...Gravatar reed2016-03-18
* switch patheffects over to sk_spGravatar reed2016-03-18
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-22
* Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...Gravatar ethannicholas2016-02-22
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-22
* Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...Gravatar reed2016-02-21
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-20
* Move SkTDArray to private.Gravatar bungeman2016-02-18
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* remove SkInstCntGravatar mtklein2015-06-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* ViaAndroidSDK for DMGravatar tomhudson2015-03-05
* Add patheffects to debugger printoutGravatar robertphillips2015-01-26
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag.Gravatar commit-bot@chromium.org2014-05-15
* Add asADash entry point into SkPathEffect to allow extracting Dash info from ...Gravatar commit-bot@chromium.org2014-04-22
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Initial error handling codeGravatar commit-bot@chromium.org2013-10-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* change all patheffect methods to const, in preparation for marking itsGravatar reed@google.com2012-12-18
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* 3on/3off dashing optimizationGravatar robertphillips@google.com2012-12-17