aboutsummaryrefslogtreecommitdiffstats
path: root/gm/pixelsnap.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 2Hal Canary2019-01-091-9/+5
* don't adapt any gray colors to 565Mike Klein2018-08-161-3/+1
* add drawString helper to canvasCary Clark2017-04-281-2/+2
* GM: some header cleanupMike Klein2017-03-221-0/+1
* hide trivial helpers on canvasMike Reed2017-02-221-13/+24
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-6/+6
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* use Make instead of Create to return a shared shaderreed2016-03-081-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-4/+4
* Use static_assert instead of SK_COMPILE_ASSERT.bungeman2015-08-201-1/+1
* make pixelsnap textblob* etc gm portablecaryclark2015-07-281-25/+25
* Make pixel_snap GMs incur less platform-specific variationbsalomon2015-04-221-41/+31
* Add GM to test non-AA pixel snapping for points, lines, rects.bsalomon2015-04-221-0/+191