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

  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 219 double newT = binary_search(cubic, step, pt, t, &iters);
220 if (newT >= 0) {
221 diff = fabs(t - newT);
265 double newT = binary_search(cubic, 0.1, pt, t, &iters);
266 return newT;
273 double newT = testOneFailure(failure);
274 SkASSERT_RELEASE(newT >= 0);
281 double newT = testOneFailure(failure);
282 SkASSERT_RELEASE(newT >= 0);
PathOpsTestCommon.cpp 56 double newT = start + (index / parts) * (end - start);
57 if (newT > 0 && newT < 1) {
58 ts->push_back(newT);
  /external/skia/include/private/
SkTArray.h 144 T* newT = reinterpret_cast<T*>(this->push_back_raw(1));
145 new (newT) T;
146 return *newT;
153 T* newT = reinterpret_cast<T*>(this->push_back_raw(1));
154 new (newT) T(t);
155 return *newT;
162 T* newT = reinterpret_cast<T*>(this->push_back_raw(1));
163 return *new (newT) T(std::forward<Args>(args)...);
  /external/skia/src/pathops/
SkOpCoincidence.cpp 111 double newT = oStartPtT->fT + oStartRange * startPart;
112 newPt = oStart->segment()->addT(newT, SkOpSegment::kAllowAlias, allocator);
119 double newT = startPtT->fT + startRange * oStartPart;
120 newPt = start->segment()->addT(newT, SkOpSegment::kAllowAlias, allocator);
SkPathOpsCubic.cpp 321 double newT = binarySearch(min, max, axisIntercept, xAxis);
322 if (newT >= 0) {
323 validRoots[validCount++] = newT;
SkPathOpsDebug.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 623 ObjCObjectPointerTypeLoc newT
625 newT.setStarLoc(starLoc);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 154 milliseconds