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

/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp268 int infTCount = cubic.findInflections(inflectionTs); local
274 for (int index = 0; index < infTCount; ++index) {
289 if (infTCount == 2) {
313 if (!resultCount && infTCount == 1) {
/external/skqp/src/pathops/
H A DSkPathOpsCubic.cpp268 int infTCount = cubic.findInflections(inflectionTs); local
274 for (int index = 0; index < infTCount; ++index) {
289 if (infTCount == 2) {
313 if (!resultCount && infTCount == 1) {

Completed in 162 milliseconds