Searched refs:appliedFullStyleShape (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 561 const GrStyledShape& appliedFullStyleShape() const { return *fAppliedFull; } in appliedFullStyleShape() function in __anoneec783380111::TestCase 869 REPORTER_ASSERT(reporter, hairlineCase.appliedFullStyleShape().style().isSimpleHairline()); in test_basic() 1227 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect() 1238 REPORTER_ASSERT(reporter, !geoPEStrokeCase.appliedFullStyleShape().asRRect(&rrect, nullptr, in test_path_effect_makes_rrect() 1324 peCase.appliedFullStyleShape().asPath(&c); in test_make_hairline_path_effect() 1347 REPORTER_ASSERT(reporter, peCase.appliedFullStyleShape().style().isSimpleHairline()); in test_make_hairline_path_effect() 1427 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleShape().isEmpty()); in test_path_effect_makes_empty_shape() 1429 REPORTER_ASSERT(reporter, !geoPECase.appliedFullStyleShape().inverseFilled()); in test_path_effect_makes_empty_shape() 1440 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedFullStyleShape().isEmpty()); in test_path_effect_makes_empty_shape() 1442 REPORTER_ASSERT(reporter, !geoPEStrokeCase.appliedFullStyleShape().inverseFilled()); in test_path_effect_makes_empty_shape() [all …]
|