aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkDumpCanvas.cpp
Commit message (Expand)AuthorAge
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-26
* dump strokeWidth in SkDumpCanvasGravatar reed@google.com2013-06-25
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-27
* remove uses of setBitmapDevice (DEPRECATED)Gravatar reed@google.com2012-09-26
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18
* add more details when dumping saveLayerGravatar reed@google.com2012-08-31
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Re-attempting Linux debug GL interface compiler complaint fix.Gravatar robertphillips@google.com2012-03-21
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* fix dumpcanvas to recurse on pictures and shapesGravatar reed@android.com2009-06-05
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* add optimization for width==1 bitmaps in shader procsGravatar reed@android.com2009-01-13
* grab from latest androidGravatar reed@android.com2008-12-17