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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h553 Direction computedDir = kUnknown_Direction; local
554 (void)this->cheapComputeDirection(&computedDir);
555 return computedDir == dir;
/external/skia/include/core/
H A DSkPath.h553 Direction computedDir = kUnknown_Direction; local
554 (void)this->cheapComputeDirection(&computedDir);
555 return computedDir == dir;

Completed in 274 milliseconds