HomeSort by relevance Sort by last modified time
    Searched defs:asColorMatrix (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkColorFilter.cpp 30 bool SkColorFilter::asColorMatrix(SkScalar matrix[20]) const {
SkColorMatrixFilterRowMajor255.cpp 80 bool SkColorMatrixFilterRowMajor255::asColorMatrix(SkScalar matrix[20]) const {
169 if (innerFilter->asColorMatrix(innerMatrix) && !needs_clamping(innerMatrix)) {

Completed in 193 milliseconds