aboutsummaryrefslogtreecommitdiffstats
path: root/samplecode/SampleTextureDomain.cpp
Commit message (Expand)AuthorAgeFilesLines
* hide lockpixels api behind flagMike Reed2017-04-171-1/+0
* switch maskfilters to sk_spreed2016-04-041-7/+5
* switch surface to sk_spreed2016-03-231-1/+1
* update callsites for Make image factoriesreed2016-03-171-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* flag to use const& instead of const* for src-rectreed2015-08-061-4/+4
* Revert[2] of guard to remove DrawBitmapRectFlagsreed2015-07-171-4/+4
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...scroggo2015-07-171-3/+4
* guard to remove DrawBitmapRectFlagsreed2015-07-161-4/+3
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-1/+1
* SkCanvas::drawImage is the new way for drawing a SkImage to a Canvaspiotaixr2014-09-241-2/+2
* Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...borenet2014-09-241-2/+2
* SkCanvas::drawImage is the new way for drawing a SkImage to a Canvaspiotaixr2014-09-231-2/+2
* move common blur types into central headercommit-bot@chromium.org2014-04-281-2/+2
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-2/+1
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfacereed@google.com2014-02-051-20/+19
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-1/+1
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-1/+1
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-1/+1
* Removes uses of unnamed namespace from samplecode.commit-bot@chromium.org2013-09-131-4/+2
* Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com2013-09-061-3/+4
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-1/+1
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-1/+1
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Remove unused variable.vandebo@chromium.org2013-01-041-2/+0
* Remove SkRefPtrvandebo@chromium.org2013-01-041-3/+3
* samplecode: Remove executable bit from SampleTextureDomain.cpptfarina@chromium.org2012-09-261-0/+0
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-2/+2
* Fixing the ignore transform flag in Ganesh with mask filter and drawBitmapjunov@google.com2011-07-281-2/+9
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* Reverting r1775 at Mike and Brian's requestepoger@google.com2011-07-011-8/+2
* Fixing several issues with rendering blurred bitmaps with Ganeshjunov@google.com2011-06-301-2/+8
* Adding support for shadows when drawing bitmaps with skia gpu devicejunov@google.com2011-06-271-0/+22
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...bsalomon@google.com2011-06-171-1/+1
* make SkDevice constructors explicit between offscreen and on/directreed@google.com2011-06-161-1/+1
* Correction of texture domain calculation. Review=http://codereview.appspot.c...twiz@google.com2011-06-021-3/+27
* Adding a test to sampleapp for texture domainjunov@google.com2011-05-171-0/+56