aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkDashPathEffect.cpp
Commit message (Expand)AuthorAge
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Add patheffects to debugger printoutGravatar robertphillips2015-01-26
* improve cull, so we don't create empty segmentsGravatar reed2014-12-12
* 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
* Bump min picture version.Gravatar mtklein2014-12-01
* Bug fix for cull_line in SkDashPathEffect.Gravatar egdaniel2014-11-05
* Crop the fast path dashed lines to the cull rectGravatar robertphillips2014-11-04
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Always initialize SkDashPathEffect fields.Gravatar mtklein2014-07-09
* 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
* formalize named picture versionsGravatar commit-bot@chromium.org2014-05-20
* Add check for bad dash interval in dash effect picture readGravatar commit-bot@chromium.org2014-05-13
* Fix Dash Effect readback calc for fPhase from old skpsGravatar commit-bot@chromium.org2014-05-07
* 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
* Fix underlying issue causing crbug.com/348821.Gravatar commit-bot@chromium.org2014-03-07
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Fixed more fuzzer issuesGravatar commit-bot@chromium.org2013-12-17
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Adding size parameter to read array functionsGravatar commit-bot@chromium.org2013-10-31
* 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 special handling of rectori case for gpuGravatar robertphillips@google.com2013-05-17
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* Fix assertGravatar robertphillips@google.com2013-01-28
* doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...Gravatar reed@google.com2013-01-25
* Hid large dashed line optimization behind compiler flagGravatar robertphillips@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* dashing asPoints could draw excessively long first dashGravatar robertphillips@google.com2013-01-15
* 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-12-18
* 3on/3off dashing optimizationGravatar robertphillips@google.com2012-12-17
* Limit the maximum number of dash segments per pathGravatar fmalita@google.com2012-12-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-15
* Fix r6808 fix & some compiler warningsGravatar robertphillips@google.com2012-12-14
* Use double precision when iterating in SkDashPathEffect::filterPath()Gravatar fmalita@google.com2012-12-12
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28