Searched refs:analysis_properties (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 727 static inline GrXPFactory::AnalysisProperties analysis_properties( in analysis_properties() function 791 return analysis_properties(color, coverage, caps, clampType, fBlendMode); in analysisProperties() 883 return analysis_properties(color, coverage, caps, clampType, SkBlendMode::kSrcOver); in SrcOverAnalysisProperties()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 791 static inline GrXPFactory::AnalysisProperties analysis_properties( in analysis_properties() function 855 return analysis_properties(color, coverage, caps, clampType, fBlendMode); in analysisProperties() 944 return analysis_properties(color, coverage, caps, clampType, SkBlendMode::kSrcOver); in SrcOverAnalysisProperties()
|