Home
last modified time | relevance | path

Searched refs:fBlendedColor (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DGrPorterDuffTest.cpp76 xpf->getInvariantBlendedColor(optimizations.fColorPOI, &fBlendedColor); in XPInfo()
84 GrXPFactory::InvariantBlendedColor fBlendedColor; member
113 TEST_ASSERT(!xpi.fBlendedColor.fWillBlendWithDst); in test_lcd_coverage()
114 TEST_ASSERT(0 == xpi.fBlendedColor.fKnownColor); in test_lcd_coverage()
115 TEST_ASSERT(kRGBA_GrColorComponentFlags == xpi.fBlendedColor.fKnownColorFlags); in test_lcd_coverage()
125 TEST_ASSERT(!xpi.fBlendedColor.fWillBlendWithDst); in test_lcd_coverage()
126 TEST_ASSERT(kNone_GrColorComponentFlags == xpi.fBlendedColor.fKnownColorFlags); in test_lcd_coverage()
136 TEST_ASSERT(xpi.fBlendedColor.fWillBlendWithDst); in test_lcd_coverage()
137 TEST_ASSERT(kNone_GrColorComponentFlags == xpi.fBlendedColor.fKnownColorFlags); in test_lcd_coverage()
150 TEST_ASSERT(xpi.fBlendedColor.fWillBlendWithDst); in test_lcd_coverage()
[all …]