aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/render_pdfs_main.cpp
Commit message (Expand)AuthorAge
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove unused parameters to SkDocument::CreatePDFGravatar halcanary2015-02-19
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* render_pdfs cull rect output formated betterGravatar halcanary2014-10-16
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Print max RSS in GM and nanobench too.Gravatar mtklein2014-08-19
* clean up render_pdfs:Gravatar halcanary2014-08-11
* Process Statistics header, add max RSS to render_pdfsGravatar halcanary2014-08-11
* Revert of Process Statistics header, add max RSS to render_pdfs (https://code...Gravatar bungeman2014-08-07
* Process Statistics header, add max RSS to render_pdfsGravatar halcanary2014-08-07
* render_pdfs implements --matchGravatar halcanary2014-08-07
* Revert of Memory improvements to render_pdfs; better DM pool size defaults (h...Gravatar halcanary2014-08-01
* Memory improvements to render_pdfs; better DM pool size defaultsGravatar halcanary2014-08-01
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().Gravatar tfarina2014-06-12
* Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename().Gravatar tfarina2014-06-11
* Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.Gravatar commit-bot@chromium.org2014-02-24
* change offset to xy for pixelref subsettingGravatar reed@google.com2014-01-08
* Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...Gravatar commit-bot@chromium.org2013-10-14
* Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a spec...Gravatar commit-bot@chromium.org2013-10-03
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* Separate core and images project.Gravatar scroggo@google.com2013-05-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-25
* Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl...Gravatar edisonn@google.com2013-04-24
* Collect minidump and print callstack if an app chrashes.Gravatar edisonn@google.com2013-03-08
* 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
* Add option to render PDFs to memory only.Gravatar edisonn@google.com2013-01-11
* fix warning in render pdf toolGravatar humper@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-02
* Support render_pdfs in iOS too (add tool_main()).Gravatar edisonn@google.com2012-11-01
* Add utility to convert skp files to pdf files. Code compatible with render_p...Gravatar edisonn@google.com2012-11-01