summaryrefslogtreecommitdiffstats
path: root/cmds/screencap/screencap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new surface flinger API.Jeff Brown2012-08-271-4/+13
| | | | Change-Id: Ic888577408a59a36481a48010e19c5e77c24e211
* fix libgui header locationMathias Agopian2012-02-271-1/+1
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* remove libui's dependency on libpixelflingerMathias Agopian2012-02-211-1/+0
| | | | | | this also remove support for unused pixelformats. Change-Id: I2c759a6d2daa740f3786ed62095def8047ae933d
* Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+4
| | | | | | These changes are required to work with r3022 of Skia Change-Id: Ib7cebeb2eba6790bb38edfc2397b311cf419e17c
* fix [3374821] Cannot take screenshot of HC previewMathias Agopian2011-02-081-26/+88
| | | | | | | the screencap tool will now fallback to /dev/graphics/fb0 is the screenshot API fails. Change-Id: I3f593847c72f4ca5429d4f64ca22bd5436dd2051
* make screencap able to save pngs.Joe Onorato2010-12-031-6/+86
| | | | Change-Id: Idf3542ff05670bc872bd91770810ed775266514f
* refactored screenshot codeMathias Agopian2010-09-291-18/+7
| | | | | | | | | | | the core screenshot function now can capture the screen at any lower resolution performing bilinear filtering. we also now have some client code to interface with the screenshot service. it's now possible to request a screenshot at a lower resolution. Change-Id: I5a3b0e431421800e3aad601d9af8f94adffbc71f
* new screencap commandMathias Agopian2010-09-261-0/+53
this captures the framebuffer via surfaceflinger APIs and outputs it to stdout. this is intended to be used by adbd. Change-Id: I0cfa6a47ec121edcd93f46b64870f9a553f653ff