OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asColorMatrix
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkColorFilter.cpp
26
bool SkColorFilter::
asColorMatrix
(SkScalar matrix[20]) const {
SkColorMatrixFilterRowMajor255.cpp
164
bool SkColorMatrixFilterRowMajor255::
asColorMatrix
(SkScalar matrix[20]) const {
227
if (innerFilter->
asColorMatrix
(innerMatrix) && !needs_clamping(innerMatrix)) {
Completed in 115 milliseconds