Lines Matching refs:isOpaque
26 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
34 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
40 REPORTER_ASSERT(reporter, shader->isOpaque()); in test_bitmap()
46 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
63 REPORTER_ASSERT(reporter, grad->isOpaque()); in test_gradient()
70 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
77 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
84 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
89 REPORTER_ASSERT(reporter, !colorShader1.isOpaque()); in test_color()
91 REPORTER_ASSERT(reporter, colorShader2.isOpaque()); in test_color()
93 REPORTER_ASSERT(reporter, !colorShader3.isOpaque()); in test_color()