Home
last modified time | relevance | path

Searched refs:baseShape (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DGrShapeTest.cpp284 const GrShape& baseShape() const { return fBase; } in baseShape() function in __anon026913a40111::TestCase
704 REPORTER_ASSERT(reporter, hairlineCase.baseShape().style().isSimpleHairline()); in test_basic()
737 REPORTER_ASSERT(reporter, !strokeCase1.baseShape().style().applies()); in test_scale()
765 REPORTER_ASSERT(reporter, !strokeAndFillCase1.baseShape().style().applies()); in test_scale()
1144 peCase.baseShape().asPath(&a); in test_make_hairline_path_effect()
1311 REPORTER_ASSERT(reporter, fillEmptyCase.baseShape().isEmpty()); in test_empty_shape()
1645 REPORTER_ASSERT(r, !fillAB.baseShape().asLine(nullptr, nullptr)); in test_lines()
1679 REPORTER_ASSERT(r, strokeAB.baseShape().asLine(pts, &inverted) && !inverted); in test_lines()
1692 REPORTER_ASSERT(r, strokeAB.baseShape().asLine(pts, &inverted) && !inverted && in test_lines()
1694 REPORTER_ASSERT(r, hairlineAB.baseShape().asLine(pts, &inverted) && !inverted && in test_lines()
[all …]