aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecordDraw.cpp
Commit message (Expand)AuthorAge
* Clean up CollectLayers codeGravatar robertphillips2014-11-12
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* Add comments to SkRecordDraw to help people follow.Gravatar danakj2014-11-03
* Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...Gravatar robertphillips2014-11-03
* Make RTree handle the case where the playback canvas has empty clip boundsGravatar junov2014-10-30
* Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...Gravatar mtklein2014-10-29
* Use SkTypeface::getBounds() in bounding-box calculations.Gravatar mtklein2014-10-29
* Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...Gravatar mtklein2014-10-29
* Use SkTypeface::getBounds() in bounding-box calculations.Gravatar mtklein2014-10-29
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Dilate approximated text bounds to squelch recent assertion failure.Gravatar mtklein2014-10-20
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* Implicit SkTextBlob boundsGravatar fmalita2014-10-16
* Add SkBBoxHierarchy::reserve() as an optional size hint.Gravatar mtklein2014-10-09
* Use +- 2B for unbounded draw ops.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Don't adjust the bounds after a restore with the restore's paired saveLayer's...Gravatar mtklein2014-10-01
* We need to adjust the bounds of clip ops with SaveLayer paints too.Gravatar Mike Klein2014-09-23
* Simplify a little in SkRecords.h:Gravatar mtklein2014-09-18
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* Fix recording of saveLayout with unusual Xfermodes.Gravatar dneto2014-09-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Implement all SkCanvas overrides that SkPictureRecord does.Gravatar mtklein2014-09-04
* Fix drawPosText() bounds bug.Gravatar mtklein2014-09-02
* SkRecordPartialDraw with less code duplicationGravatar mtklein2014-09-02
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Bound everything except drawText().Gravatar mtklein2014-08-25
* Unfurl catch-all bounds(). This makes it a little easier to track progress.Gravatar mtklein2014-08-25
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...Gravatar mtklein2014-08-22
* 1.5x -> 2x text size for y pad.Gravatar mtklein2014-08-21
* Ignore small text sizes in the text bounding assert.Gravatar mtklein2014-08-21
* SkTextBlobGravatar fmalita2014-08-21
* fix #if to #ifdef for SK_DEBUGGravatar caryclark2014-08-20
* Cheat to go fast, but be careful in debug mode.Gravatar mtklein2014-08-19
* Record concat as setMatrix.Gravatar mtklein2014-08-19
* Counterproposal for skirting the BBH when the query fully contains the picture.Gravatar mtklein2014-08-18
* Start actually bounding some draw ops.Gravatar mtklein2014-08-18
* Small tweaks and a bug fix.Gravatar mtklein2014-08-18
* Stop sorting the results of SkBBH::search().Gravatar mtklein2014-08-18
* SkRecordDraw: incorporate clip into BBHGravatar mtklein2014-08-15
* Start tracking the CTM while filling the BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* Start filling BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* SkTileGrid: store insertion order, return results sorted by that.Gravatar mtklein2014-08-12
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.Gravatar mtklein2014-08-08
* change drawPicture in SkRecord to just ref the pictureGravatar reed2014-08-07