Home
last modified time | relevance | path

Searched refs:midTPt (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPathMeasure.h118 bool conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt,const SkPoint& lastPt);
/external/skia/src/core/
DSkPathMeasure.cpp153 bool SkPathMeasure::conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, in conic_too_curvy() argument
157 SkVector dxy = midTPt - midEnds; in conic_too_curvy()