Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DColorMatrixTest.cpp68 float transparentRedAddBlue[20] = { in test_colorMatrixCTS() local
74 paint.setColorFilter(SkColorFilters::Matrix(transparentRedAddBlue)); in test_colorMatrixCTS()
87 REPORTER_ASSERT(reporter, 1.0f == transparentRedAddBlue[6]); in test_colorMatrixCTS()
88 transparentRedAddBlue[6] = 0.0f; in test_colorMatrixCTS()
95 paint.setColorFilter(SkColorFilters::Matrix(transparentRedAddBlue)); in test_colorMatrixCTS()

Completed in 2 milliseconds