HomeSort by relevance Sort by last modified time
    Searched defs:fTs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 20 double fTs[2][2];
SkOpSegment.h 41 int count = fTs.count();
42 return count > 1 && fTs[0].fT == 0 && fTs[--count].fT == 1;
46 return fTs.count();
50 SkASSERT(fDoneSpans <= fTs.count());
51 return fDoneSpans == fTs.count();
55 return fTs[min].fDone;
63 return (*CurveSlopeAtT[SkPathOpsVerbToPoints(fVerb)])(fPts, fTs[index].fT);
71 return fTs.count() > 0;
75 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0
    [all...]
  /external/skia/src/pathops/
SkOpContour.h 20 double fTs[2][2];
SkOpSegment.h 41 int count = fTs.count();
42 return count > 1 && fTs[0].fT == 0 && fTs[--count].fT == 1;
46 return fTs.count();
50 SkASSERT(fDoneSpans <= fTs.count());
51 return fDoneSpans == fTs.count();
55 return fTs[min].fDone;
63 return (*CurveSlopeAtT[SkPathOpsVerbToPoints(fVerb)])(fPts, fTs[index].fT);
71 return fTs.count() > 0;
75 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0
    [all...]

Completed in 70 milliseconds