aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkDashPathEffect.h
Commit message (Expand)AuthorAge
* move all details for dashing into implGravatar Mike Reed2017-05-24
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* remove lots of legacy flagsGravatar Mike Reed2016-10-31
* 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
* Reland of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-21
* Revert of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-20
* change all factories to return their base-classGravatar reed2015-12-20
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-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
* Move Dashing filterPath to a dashing utils fileGravatar egdaniel2014-06-11
* Revert of Move Dashing filterPath to a dashing utils file (https://codereview...Gravatar egdaniel2014-06-04
* Move Dashing filterPath to a dashing utils fileGravatar egdaniel2014-06-04
* 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
* Remove scaleToFit from DashPathEffectGravatar commit-bot@chromium.org2014-03-31
* 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
* Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or revertin...Gravatar robertphillips@google.com2013-10-21
* Reverted due to Chromium compilation failures. Please see:Gravatar robertphillips@google.com2013-10-20
* Constify SkFlattenable::getFactory().Gravatar commit-bot@chromium.org2013-10-18
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-29
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28
* Export effects classes with SK_API.Gravatar tfarina@chromium.org2012-10-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Clean up DashPathEffect modulo math from r3761Gravatar epoger@google.com2012-04-27
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28