aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
* Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...Gravatar reed2015-01-05
* Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...Gravatar reed2015-01-05
* move remaining virtual draw methods to onDrawGravatar reed2015-01-04
* add private flag for sprite-as-bitmapGravatar reed2014-12-22
* add testing flag to ignore saveLayer boundsGravatar reed2014-12-22
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Defer saves() until they're neededGravatar reed2014-12-11
* dd readPixels to SkImageGravatar reed2014-12-10
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* 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 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
* Make skia trace category disabled by default.Gravatar danakj2014-11-26
* add basic tests for save/restore countingGravatar reed2014-11-26
* Revert of SkCanvas::clear() should call down to devices even when the clip is...Gravatar fmalita2014-11-20
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* SkCanvas::clear() should call down to devices even when the clip is empty.Gravatar mtklein2014-11-20
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* add roundOut that returns its resultGravatar reed2014-11-19
* wip for drawablesGravatar reed2014-11-18
* Observe surface LCD settings in SkBaseDevice::drawTextBlob()Gravatar fmalita2014-11-13
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* experimentalGravatar reed2014-11-11
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Add tracing to the SkCanvas drawFoo() methods to find long draw ops.Gravatar danakj2014-11-04
* Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap.Gravatar halcanary2014-10-24
* Fix image filters for PDF backend.Gravatar senorblanco2014-10-20
* Implicit SkTextBlob boundsGravatar fmalita2014-10-16
* Don't turn on dither for saveLayers which have no paintGravatar robertphillips2014-10-03
* 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
* Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect()Gravatar piotaixr2014-09-26
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-24
* Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...Gravatar borenet2014-09-24
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-23
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* when we disable lcd for impl reasons, add kGenA8 to document the original intentGravatar reed2014-09-16
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* move rasterclip_ helper into rasterclipGravatar reed2014-09-05