aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PaintTest.cpp
Commit message (Expand)AuthorAge
...
* Remove SkPaint dirty bits.Gravatar mtklein2014-09-25
* Make a flipped fDirtyBit always mean "this field is not the default".Gravatar mtklein2014-09-22
* remove (unused) scale parameter from measureTextGravatar reed2014-08-26
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* fix expected size in 32bit buildsGravatar reed@google.com2014-04-17
* Orphan ProcXfermode, with an eye towards removing itGravatar commit-bot@chromium.org2014-04-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-17
* always store bitfields along with dirty in FlatteningTraitsGravatar commit-bot@chromium.org2014-04-16
* read/write function_ptrs as just void*, and not as 'array of bytes'Gravatar commit-bot@chromium.org2014-04-16
* remove legacy filter-flags, and store FilterLevel directlyGravatar commit-bot@chromium.org2014-04-16
* Make sure SkDrawLooper objects can only be allocated on the heap.Gravatar commit-bot@chromium.org2014-04-15
* SkPaint: eliminate some dead bytes in 64-bit build.Gravatar commit-bot@chromium.org2014-03-24
* Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codere...Gravatar commit-bot@chromium.org2014-03-21
* SkPaint: eliminate some dead bytes in 64-bit build.Gravatar commit-bot@chromium.org2014-03-20
* Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codere...Gravatar commit-bot@chromium.org2014-03-19
* SkPaint: eliminate some dead bytes in 64-bit build.Gravatar commit-bot@chromium.org2014-03-19
* Merge tomhudson and mtklein SkPaint shrinking approaches.Gravatar commit-bot@chromium.org2014-02-21
* Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) d...Gravatar robertphillips@google.com2014-02-20
* Merge tomhudson and mtklein SkPaint shrinking approaches.Gravatar commit-bot@chromium.org2014-02-19
* Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://...Gravatar commit-bot@chromium.org2014-02-18
* Merge tomhudson and mtklein SkPaint shrinking approaches.Gravatar commit-bot@chromium.org2014-02-18
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-07
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Push sigma-based blur interface into our GMs/benches/tests/samplecodeGravatar robertphillips@google.com2013-09-06
* Revert r10603 (Remove operator== from SkPaint) due to Chrome failuresGravatar robertphillips@google.com2013-08-07
* Remove operator== from SkPaintGravatar commit-bot@chromium.org2013-08-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-25
* Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...Gravatar robertphillips@google.com2013-07-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-23
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-03
* use if (false) instead of #ifdef to avoid unused code warningGravatar reed@google.com2013-07-02
* add charsToGlyphs to SkTypefaceGravatar reed@google.com2013-07-02
* add kBicubicFilterBitmap_Flag to paint, just for testing purposes.Gravatar reed@google.com2013-05-22
* Initialize bounds even if the text length is zero.Gravatar djsollen@google.com2013-03-04
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* update to work correctly for scalar == fixed or floatGravatar reed@android.com2011-02-09
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22