Home | History | Annotate | Download | only in tests

Lines Matching full:black

302     // in the middle, with (3,3) (what we drew above) being opaque black.
305 EXPECT_EQ(Color(Color::black), getPixelAt(src->context(), 3, 3));
324 // another pixel with 50% black.
336 // (13,13), which are the extreme corners of the black area (and which
353 // (black @ 50% atop green) @ 50% atop red = 0xFF804000
422 // Make a transparency layer consisting of a horizontal line of 50% black.
427 Color black(0xFF000000);
428 src->context()->fillRect(blackRect, black, DeviceColorSpace);
604 // will it with 50% black.
673 // Try one with 100% coverage (opaque black).