HomeSort by relevance Sort by last modified time
    Searched refs:matchesEnd (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 35 static bool matchesEnd(const SkDPoint fPts[3], const SkDPoint& test) {
73 if (linear && !matchesEnd(fPts, q2.fPts[0]) && !matchesEnd(fPts, q2.fPts[2])) {
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 35 static bool matchesEnd(const SkDPoint fPts[3], const SkDPoint& test) {
73 if (linear && !matchesEnd(fPts, q2.fPts[0]) && !matchesEnd(fPts, q2.fPts[2])) {

Completed in 312 milliseconds