Home
last modified time | relevance | path

Searched defs:Stroke (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DStrokeTest.cpp163 DEF_TEST(Stroke, reporter) { in DEF_TEST() argument
/external/skia/samplecode/
DSampleAAGeometry.cpp767 struct Stroke { struct
768 SkPath fPath;
769 Active fActive;
770 bool fInner;
772 void reset() { in reset()