aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDraw.h
Commit message (Expand)AuthorAge
* SkPixmap::setColorSpaceGravatar msarett2016-06-09
* refactor drawPath to have drawDevPathGravatar reed2016-05-09
* Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and Dra...Gravatar bsalomon2016-05-06
* remove 'deprecated' region from SkDrawGravatar reed2016-04-27
* Decouple contrast boost from fake gamma.Gravatar brianosman2016-04-08
* Only use fake gamma with linear devices.Gravatar bungeman2016-02-22
* resolution dependent path measureGravatar caryclark2016-01-21
* Remove SkDrawProcsGravatar herb2015-11-24
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* use common impl for drawTextOnPathGravatar reed2015-02-17
* pass dst-rect through from drawBitmapRect for better precisionGravatar reed2014-12-15
* 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
* Allow custom blitters to be passed to SkDraw::drawPathGravatar krajcevski2014-08-06
* remove SkBounder -- unused and unlovedGravatar reed2014-06-03
* Move distance field font code into GrDistanceFieldTextContext.Gravatar commit-bot@chromium.org2013-12-19
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* Add ability to ninepatch blurred rounded rectangleGravatar scroggo@google.com2013-11-08
* Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...Gravatar reed@google.com2013-11-07
* Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...Gravatar reed@google.com2013-11-04
* speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...Gravatar reed@google.com2013-11-04
* Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...Gravatar commit-bot@chromium.org2013-10-14
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* 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-06-05
* add size limit for using glyphcache. above that, draw using pathsGravatar reed@google.com2013-06-04
* SkDraw.h #include cleanupGravatar tomhudson@google.com2013-04-03
* Remove unused header declaration.Gravatar commit-bot@chromium.org2013-04-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18
* Remove external matrix feature.Gravatar bsalomon@google.com2012-10-08
* move SkTextToPathIter into private headerGravatar reed@google.com2012-08-07
* Fixing the drawing of blurred shodows for hairline paths with software renderingGravatar junov@chromium.org2012-04-04
* Fix scaling issue when drawing text on a path.Gravatar djsollen@google.com2012-03-20
* have paint's measure calls respect verticalGravatar reed@google.com2011-11-10
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* export SkDraw::ComputeRectType() and share that with SkGpuDeviceGravatar reed@google.com2011-04-05
* add dox for drawPath, describing how to interpret the prePathMatrix.Gravatar reed@google.com2011-03-25
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Fix SkDraw::validate to work with vector Devices.Gravatar vandebo@chromium.org2010-10-26