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

  /external/skia/src/core/
SkPath.cpp 435 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr,
450 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
451 uint8_t verb = insertClose ? (uint8_t) kClose_Verb : fPathRef->atVerb(*currVerb);
512 *currVerb -= 1; // try move again afterwards
522 *currVerb += 1;
562 int currVerb = 0;
565 if (!this->isRectContour(false, &currVerb, &pts, isClosed, direction)) {
582 int currVerb = 0;
586 if (!isRectContour(true, &currVerb, &pts, nullptr, &testDirs[0])) {
592 if (isRectContour(false, &currVerb, &pts, &isClosed, &testDirs[1]))
    [all...]
  /external/skia/include/core/
SkPath.h     [all...]

Completed in 61 milliseconds