Home
last modified time | relevance | path

Searched refs:ptAlreadySeen (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.h137 bool ptAlreadySeen(const SkOpPtT* head) const;
DSkOpSpan.cpp118 bool SkOpPtT::ptAlreadySeen(const SkOpPtT* check) const { in ptAlreadySeen() function in SkOpPtT
DSkOpSegment.cpp1394 while (ref->ptAlreadySeen(refHead)) { in spansNearby()
1407 while (check->ptAlreadySeen(checkHead)) { in spansNearby()
/external/skqp/src/pathops/
DSkOpSpan.h137 bool ptAlreadySeen(const SkOpPtT* head) const;
DSkOpSpan.cpp118 bool SkOpPtT::ptAlreadySeen(const SkOpPtT* check) const { in ptAlreadySeen() function in SkOpPtT
DSkOpSegment.cpp1394 while (ref->ptAlreadySeen(refHead)) { in spansNearby()
1407 while (check->ptAlreadySeen(checkHead)) { in spansNearby()