Searched refs:is_percent (Results 1 – 4 of 4) sorted by relevance
198 command->HasTolerances() ? tolerance[0].is_percent : true)) { in CheckValue()232 is_tolerance_percent[0] = tol[0].is_percent; in SetupToleranceForTexels()233 is_tolerance_percent[1] = tol[1].is_percent; in SetupToleranceForTexels()234 is_tolerance_percent[2] = tol[2].is_percent; in SetupToleranceForTexels()235 is_tolerance_percent[3] = tol[3].is_percent; in SetupToleranceForTexels()241 is_tolerance_percent[0] = tol[0].is_percent; in SetupToleranceForTexels()242 is_tolerance_percent[1] = tol[0].is_percent; in SetupToleranceForTexels()243 is_tolerance_percent[2] = tol[0].is_percent; in SetupToleranceForTexels()244 is_tolerance_percent[3] = tol[0].is_percent; in SetupToleranceForTexels()
282 Tolerance(bool percent, double val) : is_percent(percent), value(val) {} in Tolerance()284 bool is_percent = false; member
882 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()912 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()943 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()946 EXPECT_FALSE(tolerances[1].is_percent); in TEST_F()949 EXPECT_TRUE(tolerances[2].is_percent); in TEST_F()952 EXPECT_FALSE(tolerances[3].is_percent); in TEST_F()
3624 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3639 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()3654 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3669 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()3686 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3705 EXPECT_TRUE(tolerances[i].is_percent); in TEST_F()3707 EXPECT_FALSE(tolerances[i].is_percent); in TEST_F()3726 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3745 EXPECT_TRUE(tolerances[i].is_percent); in TEST_F()3747 EXPECT_FALSE(tolerances[i].is_percent); in TEST_F()[all …]