Home
last modified time | relevance | path

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

/third_party/skia/modules/sksg/src/
DSkSGRect.cpp37 return SkPath::Rect(fRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()
73 return SkPath::RRect(fRRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()
/third_party/flutter/skia/modules/sksg/src/
DSkSGRect.cpp38 path.addRect(fRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()
76 path.addRRect(fRRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()
/third_party/skia/modules/sksg/include/
DSkSGRect.h60 uint8_t getInitialPointIndex() const { return fInitialPointIndex; } in getInitialPointIndex() function
103 uint8_t getInitialPointIndex() const { return fInitialPointIndex; } in getInitialPointIndex() function
/third_party/flutter/skia/modules/sksg/include/
DSkSGRect.h60 uint8_t getInitialPointIndex() const { return fInitialPointIndex; } in getInitialPointIndex() function
103 uint8_t getInitialPointIndex() const { return fInitialPointIndex; } in getInitialPointIndex() function