Searched refs:LastMoveToIndex (Results 1 – 2 of 2) sorted by relevance
350 const int a_last = SkPathPriv::LastMoveToIndex(a); in DEF_TEST()351 const int b_last = SkPathPriv::LastMoveToIndex(b); in DEF_TEST()
337 static int LastMoveToIndex(const SkPath& path) { return path.fLastMoveToIndex; } in LastMoveToIndex() function