Searched refs:pathDeclaration (Results 1 – 2 of 2) sorted by relevance
405 auto pathDeclaration = svgPath->d_; in ParsePath() local406 EXPECT_STREQ(pathDeclaration.c_str(), PATH_CMD.c_str()); in ParsePath()585 auto pathDeclaration = svgPath->attributes_; variable586 EXPECT_NE(pathDeclaration.fillState.GetFillRule().c_str(), FILL_RULE.c_str());587 EXPECT_NE(pathDeclaration.fillState.GetColor(), Color::RED);588 EXPECT_NE(pathDeclaration.transform.c_str(), TRANSFORM.c_str());589 EXPECT_NE(pathDeclaration.strokeState.GetColor(), Color(STROKE));
375 auto pathDeclaration = svgPath->d_; in ParsePath() local376 EXPECT_STREQ(pathDeclaration.c_str(), PATH_CMD.c_str()); in ParsePath()