Searched defs:affects_alpha (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPaint.cpp2392 static bool affects_alpha(const SkColorFilter* cf) { function
2397 static bool affects_alpha(const SkImageFilter* imf) { function
2416 return !affects_alpha(fColorFilter) && !affects_alpha(fImageFilter);

Completed in 45 milliseconds