Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleChart.cpp45 int shiftToEndCount = topData.count() - leftShift; in gen_paths() local
49 for (int i = 1; i < shiftToEndCount; ++i) { in gen_paths()
69 for (int i = 0; i < shiftToEndCount; ++i) { in gen_paths()
/third_party/skia/bench/
H A DChartBench.cpp53 int shiftToEndCount = topData.count() - leftShift; in gen_paths() local
57 for (int i = 1; i < shiftToEndCount; ++i) { in gen_paths()
77 for (int i = 0; i < shiftToEndCount; ++i) { in gen_paths()

Completed in 1 milliseconds