aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkDashPathEffect.cpp
Commit message (Expand)AuthorAge
* 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
* 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
* If we lose precision computing sum of the dash intervals, then we can have theGravatar reed@google.com2012-08-06
* special-case dashing a single line-segment. We can go much faster since weGravatar reed@google.com2012-05-29
* 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
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* 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
* check for non-finite values that can make us overshootGravatar reed@google.com2011-07-15
* 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