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 35 kLineTo_Result, //!< path.lineTo(pts[1]);
  /external/skia/src/utils/
SkCullPoints.cpp 109 // and to correctly return kLineTo_Result when the result is connected
117 result = kLineTo_Result;
161 case SkCullPoints::kLineTo_Result:

Completed in 503 milliseconds