Searched refs:LineToResult (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/utils/
H A DSkCullPoints.h26 enum LineToResult { enum in class:SkCullPoints
33 LineToResult lineTo(int x, int y, SkIPoint pts[2]);
39 LineToResult fPrevResult; // private state
/external/skia/src/utils/
H A DSkCullPoints.cpp78 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[]) {
81 LineToResult result = kNo_Result;

Completed in 107 milliseconds