Home
last modified time | relevance | path

Searched refs:rrectDir (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkPath_serial.cpp169 Direction rrectDir; in readAsRRect() local
174 rrectDir = kCW_Direction; in readAsRRect()
177 rrectDir = kCCW_Direction; in readAsRRect()
189 this->addRRect(rrect, rrectDir, SkToUInt(start)); in readAsRRect()
/external/skia/src/core/
DSkPath_serial.cpp169 Direction rrectDir; in readAsRRect() local
174 rrectDir = kCW_Direction; in readAsRRect()
177 rrectDir = kCCW_Direction; in readAsRRect()
189 this->addRRect(rrect, rrectDir, SkToUInt(start)); in readAsRRect()
/external/skqp/src/gpu/
DGrShape.cpp512 SkPath::Direction rrectDir; in attemptToSimplifyPath() local
525 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
528 fRRectData.fDir = rrectDir; in attemptToSimplifyPath()
532 } else if (SkPathPriv::IsOval(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
535 fRRectData.fDir = rrectDir; in attemptToSimplifyPath()
539 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
546 fRRectData.fDir = rrectDir; in attemptToSimplifyPath()
/external/skia/src/gpu/
DGrShape.cpp512 SkPath::Direction rrectDir; in attemptToSimplifyPath() local
525 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
528 fRRectData.fDir = rrectDir; in attemptToSimplifyPath()
532 } else if (SkPathPriv::IsOval(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
535 fRRectData.fDir = rrectDir; in attemptToSimplifyPath()
539 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
546 fRRectData.fDir = rrectDir; in attemptToSimplifyPath()