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

  /external/skia/include/utils/
SkCullPoints.h 33 enum LineToResult {
40 LineToResult lineTo(int x, int y, SkIPoint pts[2]);
46 LineToResult fPrevResult; // private state
  /external/skia/src/utils/
SkCullPoints.cpp 100 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[])
104 LineToResult result = kNo_Result;

Completed in 15 milliseconds