Lines Matching refs:isOpaque
23 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
33 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
41 REPORTER_ASSERT(reporter, shader->isOpaque()); in test_bitmap()
49 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
70 REPORTER_ASSERT(reporter, grad->isOpaque()); in test_gradient()
78 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
86 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
94 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
101 REPORTER_ASSERT(reporter, !colorShader1.isOpaque()); in test_color()
103 REPORTER_ASSERT(reporter, colorShader2.isOpaque()); in test_color()
105 REPORTER_ASSERT(reporter, !colorShader3.isOpaque()); in test_color()