Home
last modified time | relevance | path

Searched refs:SingleRotation (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkPolyUtils.cpp743 top->fChild[dir2] = SingleRotation(grandparent, !last); in insert()
757 top->fChild[dir2] = SingleRotation(grandparent, !last); in insert()
900 parent = parent->fChild[last] = SingleRotation(curr, dir); in remove()
916 grandparent->fChild[dir2] = SingleRotation(parent, last); in remove()
989 static ActiveEdge* SingleRotation(ActiveEdge* node, int dir) { in SingleRotation() function in ActiveEdgeList
1002 node->fChild[!dir] = SingleRotation(node->fChild[!dir], !dir); in DoubleRotation()
1004 return SingleRotation(node, dir); in DoubleRotation()

Completed in 4 milliseconds