HomeSort by relevance Sort by last modified time
    Searched refs:oStartPart (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpCoincidence.cpp 105 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange;
106 if (startPart == oStartPart) {
110 if (startPart < oStartPart) {
119 double newT = startPtT->fT + startRange * oStartPart;
SkPathOpsDebug.cpp     [all...]

Completed in 65 milliseconds