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

  /external/skia/include/utils/
SkCullPoints.h 46 LineToResult fPrevResult; // private state
  /external/skia/src/utils/
SkCullPoints.cpp 91 fPrevResult = kNo_Result;
97 fPrevResult = kNo_Result; // so we trigger a movetolineto later
116 if (fPrevResult != kNo_Result && fPrevPt.equals(x0, y0))
123 fPrevResult = result;

Completed in 12 milliseconds