Searched refs:rotateColors (Results 1 – 1 of 1) sorted by relevance
2124 SkPaint rotateColors; in draw() local2129 rotateColors.setBlendMode(SkBlendMode::kSrc); in draw()2130 rotateColors.setColorFilter(SkColorFilter::MakeMatrixFilterRowMajor255(matrix)); in draw()2131 canvas->drawBitmap(pixels, 0, 0, &rotateColors); in draw()