Searched refs:endCoeff (Results 1 - 2 of 2) sorted by last modified time

/external/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp213 size_t endCoeff = end - patternLen; local
214 char last = backSkipSpace(str, endCoeff);
216 last = str[endCoeff - 3]; // skip ^2
229 while (idx < endCoeff) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp213 size_t endCoeff = end - patternLen; local
214 char last = backSkipSpace(str, endCoeff);
216 last = str[endCoeff - 3]; // skip ^2
229 while (idx < endCoeff) {

Completed in 197 milliseconds