Home
last modified time | relevance | path

Searched refs:rrectStart (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrShape.cpp513 unsigned rrectStart; in attemptToSimplifyPath() local
525 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
529 fRRectData.fStart = rrectStart; in attemptToSimplifyPath()
532 } else if (SkPathPriv::IsOval(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
538 fRRectData.fStart = 2 * rrectStart; in attemptToSimplifyPath()
539 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
548 fRRectData.fStart = 2 * rrectStart; in attemptToSimplifyPath()
/external/skia/src/gpu/
DGrShape.cpp513 unsigned rrectStart; in attemptToSimplifyPath() local
525 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
529 fRRectData.fStart = rrectStart; in attemptToSimplifyPath()
532 } else if (SkPathPriv::IsOval(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
538 fRRectData.fStart = 2 * rrectStart; in attemptToSimplifyPath()
539 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
548 fRRectData.fStart = 2 * rrectStart; in attemptToSimplifyPath()