Home
last modified time | relevance | path

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

/external/skia/tests/
DColorMatrixTest.cpp67 SkScalar transparentRedAddBlue[20] = { in test_colorMatrixCTS() local
73 paint.setColorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(transparentRedAddBlue)); in test_colorMatrixCTS()
86 REPORTER_ASSERT(reporter, 1.0f == transparentRedAddBlue[6]); in test_colorMatrixCTS()
87 transparentRedAddBlue[6] = 0.0f; in test_colorMatrixCTS()
94 paint.setColorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(transparentRedAddBlue)); in test_colorMatrixCTS()