Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleChart.cpp48 int shiftToEndCount = topData.count() - leftShift; in gen_paths() local
52 for (int i = 1; i < shiftToEndCount; ++i) { in gen_paths()
72 for (int i = 0; i < shiftToEndCount; ++i) { in gen_paths()
/external/skia/bench/
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()