Searched refs:survive (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | PathTest.cpp | 5526 * Axis-aligned shapes (rect, oval, rrect) should survive, including convexity if the matrix 5546 // expect axis-aligned shape to survive assignment, identity and scale/translate matrices 5548 void survive(SkPath* path, const Xforms& x, bool isAxisAligned, skiatest::Reporter* reporter, in survive() function 5556 // a path's isa and convexity should survive assignment in survive() 5569 // a path's isa should survive translation, convexity depends on axis alignment in survive() 5577 // a path's isa should survive scaling, convexity depends on axis alignment in survive() 5604 survive(&path, x, true, r, [](const SkPath& p) { return p.isRect(nullptr); }); in DEF_TEST() 5608 survive(&path, x, true, r, [](const SkPath& p) { return p.isOval(nullptr); }); in DEF_TEST() 5612 survive(&path, x, true, r, [](const SkPath& p) { return p.isRRect(nullptr); }); in DEF_TEST() 5618 survive( in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7678 % \xdef is used so that macro definitions will survive the file
|
Completed in 17 milliseconds