Searched refs:tCount (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp173 int tCount = tsFound.count(); local
174 if (tCount <= 0) {
178 if (tCount == 1) {
181 SkASSERT(tCount > 1);
198 if (tMin != tMax || tCount > 2) {
200 for (int index = 1; index < tCount; ++index) {
H A DSkDCubicIntersection.cpp119 int tCount = locals.used();
120 for (int tIdx = 0; tIdx < tCount; ++tIdx) {
141 double c1Top = tIdx == tCount - 1 ? 1 :
170 if (tCount > 1) {
175 double c2Top = tIdx == tCount - 1 ? to2 :
H A DSkOpSegment.cpp218 int tCount = fTs.count(); local
223 } while (startPt != fTs[tIndex].fPt && tIndex < tCount);
419 size_t tCount = fTs.count(); local
422 for (size_t index = 0; index < tCount; ++index) {
449 insertedAt = tCount;
808 int tCount = fTs.count(); local
809 for (int tIndex = 0; tIndex < tCount; ++tIndex) {
2067 size_t tCount = fTs.count();
2068 for (size_t index = 0; index < tCount; ++index) {
2805 size_t tCount local
[all...]
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp173 int tCount = tsFound.count(); local
174 if (tCount <= 0) {
178 if (tCount == 1) {
181 SkASSERT(tCount > 1);
198 if (tMin != tMax || tCount > 2) {
200 for (int index = 1; index < tCount; ++index) {
H A DSkDCubicIntersection.cpp119 int tCount = locals.used();
120 for (int tIdx = 0; tIdx < tCount; ++tIdx) {
141 double c1Top = tIdx == tCount - 1 ? 1 :
170 if (tCount > 1) {
175 double c2Top = tIdx == tCount - 1 ? to2 :
H A DSkOpSegment.cpp218 int tCount = fTs.count(); local
223 } while (startPt != fTs[tIndex].fPt && tIndex < tCount);
419 size_t tCount = fTs.count(); local
422 for (size_t index = 0; index < tCount; ++index) {
449 insertedAt = tCount;
808 int tCount = fTs.count(); local
809 for (int tIndex = 0; tIndex < tCount; ++tIndex) {
2067 size_t tCount = fTs.count();
2068 for (size_t index = 0; index < tCount; ++index) {
2805 size_t tCount local
[all...]

Completed in 276 milliseconds