Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkPathPriv.h389 static void UpdatePathPoint(SkPath* path, int index, const SkPoint& pt) { in UpdatePathPoint() function
/third_party/skia/samplecode/
DSamplePathTessellators.cpp274 SkPathPriv::UpdatePathPoint(path, fPtIdx, pt + fCurr - fPrev); in doClick()