aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkPictureUtils.cpp
Commit message (Expand)AuthorAge
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar reed2015-05-07
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-07
* O(1) SkPictureUtils::ApproxBytesUsed()Gravatar mtklein2015-04-21
* remove (unused) GatherPixelRefsGravatar reed2015-01-22
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* Rename onCreateDevice -> onCreateCompatibleDeviceGravatar fmalita2014-11-13
* Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...Gravatar reed2014-11-13
* start to replace onCreateDevice with onCreateCompatibleDeviceGravatar reed2014-11-12
* Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...Gravatar fmalita2014-09-29
* Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...Gravatar robertphillips2014-09-29
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Split SkPicturePlayback out of SkPictureDataGravatar robertphillips2014-07-07
* hide virtuals on device for width/height/isopaqueGravatar reed2014-06-14
* remove SK_SUPPORT_LEGACY_DEVICE_CONFIG codeGravatar reed2014-06-11
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* use colortype instead of configGravatar reed2014-06-02
* hide SkDevice::config()Gravatar reed2014-06-02
* Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...Gravatar commit-bot@chromium.org2014-05-30
* Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)Gravatar commit-bot@chromium.org2014-05-29
* setConfig -> setInfoGravatar commit-bot@chromium.org2014-05-29
* add new readPixels with direct memory parametersGravatar commit-bot@chromium.org2014-03-17
* remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead codeGravatar commit-bot@chromium.org2014-03-17
* Implement support for a Context parameter in image filtersGravatar senorblanco@chromium.org2014-03-14
* getDeviceCapabilities is no longer need, so remove itGravatar commit-bot@chromium.org2014-03-13
* Add SkCanvas::writePixels that takes info+pixels directlyGravatar commit-bot@chromium.org2014-03-07
* use colortype instead of configGravatar reed@google.com2014-02-20
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* Pull in Chromium's version of GatherPixelRefsGravatar robertphillips@google.com2014-01-13
* Expand GatherPixelRefs unit testGravatar robertphillips@google.com2014-01-09
* NoSaveLayerCanvas now its own fileGravatar robertphillips@google.com2014-01-07
* Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitma...Gravatar reed@google.com2013-11-13
* Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"Gravatar reed@google.com2013-11-12
* switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDeviceGravatar reed@google.com2013-11-12
* Override drawRRect in fake SkBitmapDevices.Gravatar scroggo@google.com2013-11-12
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* 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 Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* Moving updateClipConservativelyUsingBounds into SkCanvasGravatar junov@chromium.org2013-05-29