aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkDiscretePathEffect.cpp
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
* Revert "remove toString"Gravatar Cary Clark2018-05-20
* remove toStringGravatar Cary Clark2018-05-20
* remove SK_IGNORE_TO_STRINGGravatar Cary Clark2018-04-05
* limit discrete path effect iterationsGravatar Cary Clark2018-03-21
* move parts of SkPoint to SkPointPrivGravatar Cary Clark2017-11-08
* SkScalarMul is deprecatedGravatar Mike Reed2017-02-14
* Reverse dependency between SkScalar.h and SkFixed.h.Gravatar benjaminwagner2016-04-07
* change flattenable factory to return sk_spGravatar reed2016-04-03
* check for bad params sent to discrete patheffectGravatar reed2016-04-02
* Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nex...Gravatar benjaminwagner2016-03-31
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* 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
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Add patheffects to debugger printoutGravatar robertphillips2015-01-26
* There can be only one (SkRandom)!Gravatar scroggo2014-12-15
* 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
* Randomize seed for SkDiscretePathEffect::filterPath()Gravatar rs.prinja2014-06-12
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* 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
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* privatize SkBuffer.hGravatar mike@reedtribe.org2012-08-13
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* 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
* add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leaveGravatar reed@google.com2012-04-12
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* 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
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* code styleGravatar mike@reedtribe.org2011-04-20
* grab from latest androidGravatar reed@android.com2008-12-17