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

  /external/skia/include/utils/
SkCullPoints.h 39 LineToResult fPrevResult; // private state
  /external/skia/legacy/include/utils/
SkCullPoints.h 39 LineToResult fPrevResult; // private state
  /external/skia/legacy/src/utils/
SkCullPoints.cpp 78 fPrevResult = kNo_Result;
83 fPrevResult = kNo_Result; // so we trigger a movetolineto later
100 if (fPrevResult != kNo_Result && fPrevPt.equals(x0, y0)) {
108 fPrevResult = result;
  /external/skia/src/utils/
SkCullPoints.cpp 78 fPrevResult = kNo_Result;
83 fPrevResult = kNo_Result; // so we trigger a movetolineto later
100 if (fPrevResult != kNo_Result && fPrevPt.equals(x0, y0)) {
108 fPrevResult = result;

Completed in 7372 milliseconds