aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/dashing.cpp
Commit message (Expand)AuthorAge
* Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals ...Gravatar Brian Salomon2017-12-21
* Fix gpu line dashing when line is zero length but has capGravatar Greg Daniel2017-12-07
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Allow caps on hairlines for gpu dashed linesGravatar Greg Daniel2017-06-30
* Fix gpu dashing for case when circle dashes are large enough to overlapGravatar Greg Daniel2017-06-29
* add drawString helper to canvasGravatar Cary Clark2017-04-28
* GM: some header cleanupGravatar Mike Klein2017-03-22
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* adjust gm bounds for better content fitGravatar reed2016-04-11
* 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
* allow one zero length dashGravatar caryclark2016-03-18
* Revert of allow one zero length dash (patchset #8 id:140001 of https://codere...Gravatar bungeman2016-03-18
* allow one zero length dashGravatar caryclark2016-03-18
* make sausages rounder and portableGravatar caryclark2016-03-17
* pass cap to dash textGravatar caryclark2016-03-16
* add new testsGravatar caryclark2016-01-30
* fix large dashed pathsGravatar caryclark2015-12-18
* Fix gpu dashing for case where all intervals are 0.Gravatar egdaniel2015-10-05
* 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
* remove unused GM flagsGravatar mtklein2015-01-23
* Spin off GM::runAsBench() from flags.Gravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Bug fix for cull_line in SkDashPathEffect.Gravatar egdaniel2014-11-05
* Crop the fast path dashed lines to the cull rectGravatar robertphillips2014-11-04
* Use vertex attributes for dash effect in gpuGravatar egdaniel2014-06-12
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Real fix for Widnows build errors for GrDashingEffectGravatar commit-bot@chromium.org2014-05-19
* Add Dashing gpu effect for simple dashed linesGravatar commit-bot@chromium.org2014-05-19
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* 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
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Fix minor memory leaksGravatar robertphillips@google.com2013-03-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* dashing asPoints could draw excessively long first dashGravatar robertphillips@google.com2013-01-15
* fix warningsGravatar reed@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-05
* Expand dashing3 GM to include additional dashing casesGravatar robertphillips@google.com2012-12-04
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove bogus nearlyzero checksGravatar reed@google.com2012-05-21
* add dashing2 gm to exercise dashing on curves and polygonsGravatar reed@google.com2012-05-18
* add gm for dashing variationsGravatar reed@google.com2012-05-04