Searched refs:strokeMid (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 993 SkPoint strokeMid = SkEvalQuadAt(stroke, SK_ScalarHalf); in strokeCloseEnough() local 995 if (points_within_dist(ray[0], strokeMid, fInvResScale)) { // if the difference is small in strokeCloseEnough() 1005 ray[0].fX, ray[0].fY, strokeMid.fX, strokeMid.fY, fInvResScale); in strokeCloseEnough() 1106 SkPoint strokeMid; in cubicMidOnLine() local 1107 this->cubicQuadMid(cubic, quadPts, &strokeMid); in cubicMidOnLine() 1108 SkScalar dist = pt_to_line(strokeMid, quadPts->fQuad[0], quadPts->fQuad[2]); in cubicMidOnLine()
|