Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTapLatencyFragment.java53 private int moveCount = 0; field in TapLatencyFragment
80 moveCount++;
212 moveCountsView.setText(String.format(Locale.US, "⇄ %d", moveCount)); in updateCountsDisplay()
234 moveCount = 0; in restartMeasurement()
258 moveCount in finishAndShowStats()
DDragLatencyFragment.java56 int moveCount = 0; field in DragLatencyFragment
80 moveCount += histLen + 1;
140 dragCountsView.setText(String.format(Locale.US, "⇄ %d", moveCount)); in updateCountsDisplay()
168 moveCount = 0; in startMeasurement()
184 moveCount = 0; in restartMeasurement()
/external/skia/src/core/
DSkPathPriv.h76 int moveCount = 0; in IsClosedSingleContour() local
81 moveCount += 1; in IsClosedSingleContour()
82 if (moveCount > 1) { in IsClosedSingleContour()
/external/skqp/src/core/
DSkPathPriv.h76 int moveCount = 0; in IsClosedSingleContour() local
81 moveCount += 1; in IsClosedSingleContour()
82 if (moveCount > 1) { in IsClosedSingleContour()
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp239 if (int moveCount = array->count() - idx) { in emplace_at_memcpy() local
242 memcpy(location+1, location, moveCount * sizeof(T)); in emplace_at_memcpy()
/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp236 if (int moveCount = array->count() - idx) { in emplace_at_memcpy() local
239 memcpy(location+1, location, moveCount * sizeof(T)); in emplace_at_memcpy()