Home
last modified time | relevance | path

Searched defs:newT (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp221 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
269 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local
277 double newT = testOneFailure(failure); in DEF_TEST() local
285 double newT = testOneFailure(failure); in DEF_TEST() local
DPathOpsTestCommon.cpp56 double newT = start + (index / parts) * (end - start); in addTs() local
/external/skia/include/private/
DSkTArray.h179 void* newT = this->push_back_raw(1); in push_back() local
187 void* newT = this->push_back_raw(1); in push_back() local
195 void* newT = this->push_back_raw(1); in push_back() local
203 void* newT = this->push_back_raw(1); in emplace_back() local
/external/skia/src/utils/
DSkCurveMeasure.cpp237 SkScalar newT; in getTime() local
/external/skia/tools/
Dsk_tool_utils.cpp488 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom; in compute_central_occluder() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp357 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp223 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp622 ObjCObjectPointerTypeLoc newT in actOnObjCTypeParam() local