Home
last modified time | relevance | path

Searched refs:currentRampIsZero (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/shaders/gradients/
DSk4fLinearGradient.cpp199 || (n == count && proc.currentRampIsZero())); in shadeSpanInternal()
201 if (proc.currentRampIsZero()) { in shadeSpanInternal()
257 bool currentRampIsZero() const { return fZeroRamp; } in currentRampIsZero() function in SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor