aboutsummaryrefslogtreecommitdiff
path: root/tests/StrokeTest.cpp
AgeCommit message (Expand)Author
2023-01-13[base] Move many files into baseKevin Lubick
2022-12-15Add skpathutils namespaceKevin Lubick
2022-12-13Move getFillPath from Paint to SkPathUtils.hKevin Lubick
2022-10-17[includes] Fix includes on tests/Kevin Lubick
2022-06-27Replace SK_ARRAY_COUNT with std::size() for skia/testsHerb Derby
2020-09-15Relax SkStrokeRec::hasEqualEffectChris Dalton
2019-11-26Revert "Revert "switch to new filltype for SkPath""Mike Reed
2019-11-26Revert "switch to new filltype for SkPath"Mike Reed
2019-11-25switch to new filltype for SkPathMike Reed
2019-09-14Revert "add guard to switch to SkPathTypes"Mike Reed
2019-09-14add guard to switch to SkPathTypesMike Reed
2019-09-13make rectcontour and nestedrects privateMike Reed
2019-04-24rewrite includes to not need so much -IfooMike Klein
2018-02-05Remove assert from SkStroke.cppRobert Phillips
2015-05-13Fix SkStrokeRec == to report true for all fillskkinnunen
2015-04-08change isNestedRect to isNestedFillRectcaryclark
2015-02-25fuzzer fixescaryclark
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-12-12Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-21Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-20add specialty strokeRect() to SkStroke, which can return much cleaner resultsreed@google.com