Home
last modified time | relevance | path

Searched defs:testPt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/
H A DRotationUtilsTest.java71 Point testPt = new Point(60, 40); in testRotatePoint() local
90 PointF testPt = new PointF(60f, 40f); in testRotatePointF() local
/aosp_15_r20/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c328 Point testPt; in Icn_PtInIconID() local
354 Point testPt; in Icn_PtInIconSuite() local
1135 Point testPt; in Icn_PtInIconRef() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkIntersections.cpp12 int SkIntersections::closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, in closestTo()
H A DSkOpAngle.cpp333 const SkDPoint& testPt = fPart.fCurve[index]; in alignmentSameSide() local
H A DSkOpSegment.cpp515 SkDPoint testPt = this->dPtAtT(t); in distSq() local