Searched refs:fPart (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 151 return fPart; in part() 194 TCurve fPart; variable 432 double startDist = test->fPart[0].distanceSquared(pt); in closestBoundedT() 437 double endDist = test->fPart[OppCurve::kPointLast].distanceSquared(pt); in closestBoundedT() 507 if (fPart.hullIntersects(opp->fPart, &linear)) { in hullCheck() 512 fIsLine = fPart.controlsInside(); in hullCheck() 551 fPart = c.subDivide(fStartT, fEndT); in initBounds() 552 fBounds.setBounds(fPart); in initBounds() 556 fCollapsed = fPart.collapsed(); in initBounds() 568 int result = this->linearIntersects(span->fPart); in linearsIntersect() [all …]
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | DoublesTest.java | 436 for (String fPart : ImmutableList.of("", ".", ".F", ".52", ".a")) { in testTryParseHex() 441 signChar + hexPrefix + iPart + fPart + expMarker + exponent + typePart); in testTryParseHex()
|
D | FloatsTest.java | 423 for (String fPart : ImmutableList.of("", ".", ".F", ".52", ".a")) { in testTryParseHex() 428 signChar + hexPrefix + iPart + fPart + expMarker + exponent + typePart); in testTryParseHex()
|
/external/skia/tests/ |
D | PathOpsTSectDebug.h | 134 test->fPart.dumpID(test->debugID()); in dumpCommonCurves()
|