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

  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 224 SkPoint resultStorage[kMaxPoints];
225 SkPoint* result; // points to our results, either tmp or resultStorage
248 result = resultStorage;
  /external/skia/src/core/
SkLineClipper.cpp 224 SkPoint resultStorage[kMaxPoints];
225 SkPoint* result; // points to our results, either tmp or resultStorage
248 result = resultStorage;

Completed in 97 milliseconds