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

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 15 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) {
77 if (pointInTriangle(fPts, q2.fPts[0]) || pointInTriangle(fPts, q2.fPts[2])) {
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 15 static bool pointInTriangle(const SkDPoint fPts[3], const SkDPoint& test) {
77 if (pointInTriangle(fPts, q2.fPts[0]) || pointInTriangle(fPts, q2.fPts[2])) {

Completed in 441 milliseconds