Searched refs:flipGradient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShader.cpp890 bool flipGradient = startRadius > endRadius; local
894 if (!flipGradient) {
897 (start, startRadius, end, endRadius, flipGradient, desc));
915 (end, endRadius, start, startRadius, flipGradient, desc));
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp798 bool flipGradient = startRadius > endRadius; local
802 if (!flipGradient) {
805 (start, startRadius, end, endRadius, flipGradient, desc, localMatrix));
823 (end, endRadius, start, startRadius, flipGradient, desc, localMatrix));

Completed in 133 milliseconds