index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
DrawPathTest.cpp
Commit message (
Expand
)
Author
Age
*
Allow printf style var args for messages in REPORTER_ASSERT.
Brian Salomon
2018-01-29
*
don't rely on canvas->readPixels
Mike Reed
2017-07-21
*
deprecate odd variants of SkCanvas::readPixels
Mike Reed
2017-04-17
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
switch surface to sk_sp
reed
2016-03-23
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
*
switch patheffects over to sk_sp
reed
2016-03-18
*
Fix radii calculation code to handle large radii.
herb
2016-01-11
*
Revert of Fix handling of radii scaling to force the result to always be less...
robertphillips
2016-01-07
*
Fix handling of radii scaling to force the result to always be less
herb
2016-01-07
*
handle halfway case in scan converter
caryclark
2016-01-04
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
*
change all factories to return their base-class
reed
2015-12-20
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
Revert "Revert of add colortable support to imagegenerator (https://coderevie...
commit-bot@chromium.org
2014-05-29
*
Remove scaleToFit from DashPathEffect
commit-bot@chromium.org
2014-03-31
*
add SkCanvas::NewRaster factory -- a very common use-case in chrome
commit-bot@chromium.org
2014-02-27
*
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
commit-bot@chromium.org
2014-02-20
*
replace setConfig+allocPixels with alloc-or-install-pixels
commit-bot@chromium.org
2014-02-13
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
*
fix state machine so we know simple only loops once, but we can call maprect ...
reed@google.com
2013-08-28
*
Revert of r10943.
rmistry@google.com
2013-08-27
*
add SkDeviceLooper to handle larger-than-fixedpoint
reed@google.com
2013-08-27
*
New warning -> new pattern for fingers to learn for asserting failure.
mtklein@google.com
2013-08-27
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-27
*
test drawing large-coord aa rects
reed@google.com
2013-08-26
*
Tests : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Limit the maximum number of dash segments per path
fmalita@google.com
2012-12-17
*
Use double precision when iterating in SkDashPathEffect::filterPath()
fmalita@google.com
2012-12-12
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Even when the pts are restricted to 32K values, we can still overflow computing
reed@google.com
2012-08-06
*
If we lose precision computing sum of the dash intervals, then we can have the
reed@google.com
2012-08-06
*
add test for http://code.google.com/p/chromium/issues/detail?id=131181
reed@google.com
2012-06-15
*
fix bug (and add test) for drawing an inverse-path whose bounds do intersect
reed@google.com
2012-05-01
*
check for numerical imprecision on phase
reed@google.com
2012-04-24
*
fix clamping when we chop a cubic
reed@google.com
2012-04-16
*
dd DrawPathTest to gyp
mike@reedtribe.org
2012-04-14
[next]