Home
last modified time | relevance | path

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

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