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