aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SamplePictFile.cpp
Commit message (Expand)AuthorAge
* Remove uses of SkImageDecoder from samplecodeGravatar msarett2016-03-18
* Fix pessimizing move in SamplePictFileGravatar fmalita2016-03-18
* return pictures as sk_spGravatar reed2016-03-18
* detach -> releaseGravatar mtklein2016-03-16
* remove xmlparser includes from samplesGravatar caryclark2016-02-29
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* - allow for stepping through a picture with 'n' and 'p'Gravatar reed2015-08-04
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Use murmur3 finisher to improve font hash efficiency.Gravatar reed2015-01-28
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SkTileGrid (except for TileGridInfo).Gravatar mtklein2015-01-09
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Remove SkQuadTree.Gravatar mtklein2014-08-26
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public APIGravatar commit-bot@chromium.org2014-04-16
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Adding int cast to prevent warningGravatar commit-bot@chromium.org2014-02-03
* Initial QuadTree implementationGravatar commit-bot@chromium.org2014-02-03
* remove remaining references to Sk64 (obsolete)Gravatar reed@google.com2014-01-13
* More signed/unsigned comparison warnings.Gravatar fmalita@google.com2013-12-10
* Fix warning after bbe43a9ce051.Gravatar fmalita@google.com2013-12-10
* Add SkTileGridPicture SampleApp playback support.Gravatar commit-bot@chromium.org2013-12-10
* update devicelooper to skip internal tiles that are empty, and unittestsGravatar reed@google.com2013-09-17
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* dump strokeWidth in SkDumpCanvasGravatar reed@google.com2013-06-25
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Reapply (r6718) with fix for compiler error on linux.Gravatar djsollen@google.com2012-12-10
* revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitR...Gravatar djsollen@google.com2012-12-10
* Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)Gravatar djsollen@google.com2012-12-10
* Revert "Added the following 3 features to sample app."Gravatar djsollen@google.com2012-12-07
* Added the following 3 features to sample app.Gravatar djsollen@google.com2012-12-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-09
* Update SampleApp to handle PNG encoded skpsGravatar robertphillips@google.com2012-11-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-08-31
* (disabled) option to re-record a picture when loadingGravatar reed@google.com2012-08-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* --picture foo now works if foo is an image (.png, .jpeg) or a picture (.skp)Gravatar reed@google.com2012-08-03
* --pictureDir foo will load serialized pictures <>.skp from the foo directoryGravatar reed@google.com2012-06-04