aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/ninepatchstretch.cpp
Commit message (Expand)AuthorAge
* Make GMs with persistent SkImages that may be texture backed recreateGravatar Brian Salomon2018-05-24
* use tool_utils to encapsulate checking for recording canvas and makeSurfaceGravatar Mike Reed2018-01-02
* SkSize can be aggregate-initializedGravatar Hal Canary2017-04-11
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* switch surface to sk_spGravatar reed2016-03-23
* update callsites for Make image factoriesGravatar reed2016-03-17
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* add drawImageNineGravatar reed2015-06-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Add always-threaded SkRecord quilt tests.Gravatar mtklein2014-07-07
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* add peekPixels to SkCanvas and SkSurfaceGravatar commit-bot@chromium.org2014-02-13
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...Gravatar commit-bot@chromium.org2014-02-13
* add peekPixels to SkCanvas and SkSurfaceGravatar mike@reedtribe.org2014-02-13
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* Remove GetGr() hack.Gravatar commit-bot@chromium.org2014-01-22
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* 1. remove references to (deprecated) SkGpuCanvasGravatar reed@google.com2012-10-01
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* use drawBitmapNine instead of SkNinePatch utilsGravatar reed@google.com2011-09-07
* reimage ninepatch-stretch with white bg (for easier printing)Gravatar reed@google.com2011-09-06
* add gm test for ninepatch stretchingGravatar reed@google.com2011-09-06