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

  /external/skia/include/utils/
SkCullPoints.h 28 kLineTo_Result, //!< path.lineTo(pts[1]);
  /external/skia/src/utils/
SkCullPoints.cpp 86 // and to correctly return kLineTo_Result when the result is connected
93 result = kLineTo_Result;
133 case SkCullPoints::kLineTo_Result:

Completed in 60 milliseconds