Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathBuilderTest.cpp336 const int lastMoveToIndex = (ctrCount - 1) * N; in DEF_TEST() local
349 const int expected = isClosed ? ~lastMoveToIndex : lastMoveToIndex; in DEF_TEST()