Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
52455cbc02d7f480d988ae7cdacc11ad69078c2c
/
tools
/
render_pdfs_main.cpp
a8d7f0b
Try out scalar picture sizes
by robertphillips
· 10 years ago
afb4379
Print max RSS in GM and nanobench too.
by mtklein
· 10 years ago
8b2cb33
clean up render_pdfs:
by halcanary
· 10 years ago
0d154ee
Process Statistics header, add max RSS to render_pdfs
by halcanary
· 10 years ago
619e076
Revert of Process Statistics header, add max RSS to render_pdfs (https://codereview.chromium.org/448993003/)
by bungeman
· 10 years ago
6274baa
Process Statistics header, add max RSS to render_pdfs
by halcanary
· 10 years ago
0bef17a
render_pdfs implements --match
by halcanary
· 10 years ago
f91b47f
Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/)
by halcanary
· 10 years ago
66058b6
Memory improvements to render_pdfs; better DM pool size defaults
by halcanary
· 10 years ago
a8e2e15
Cleanup: Rename SkOSPath functions.
by tfarina
· 10 years ago
da4ed32
Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().
by tfarina
· 10 years ago
1c99ea8
Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename().
by tfarina
· 10 years ago
d5f032d
Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
by commit-bot@chromium.org
· 11 years ago
672588b
change offset to xy for pixelref subsetting
by reed@google.com
· 11 years ago
5e00989
Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective.
by commit-bot@chromium.org
· 11 years ago
608ea65
Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps.
by commit-bot@chromium.org
· 11 years ago
f1754ec
Replace SkPicture(SkStream) constructors with a factory.
by scroggo@google.com
· 11 years ago
7def5e1
Separate core and images project.
by scroggo@google.com
· 12 years ago
83f0d30
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
d9dfa18
Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream.
by edisonn@google.com
· 12 years ago
184487c
Collect minidump and print callstack if an app chrashes.
by edisonn@google.com
· 12 years ago
f8d7d27
Create SkLazyPixelRef which performs lazy decoding.
by scroggo@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
4fa566b
Add option to render PDFs to memory only.
by edisonn@google.com
· 12 years ago
f286329
fix warning in render pdf tool
by humper@google.com
· 12 years ago
760f2d9
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
9cf5b28
Support render_pdfs in iOS too (add tool_main()).
by edisonn@google.com
· 12 years ago
c319abe
Add utility to convert skp files to pdf files. Code compatible with render_pictures_main.cpp. I could have refactored the code to avoid code duplication, but it does not seem right, and it will overcomplicate the code.
by edisonn@google.com
· 12 years ago