HomeSort by relevance Sort by last modified time
    Searched refs:shiftToEndCount (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
ChartBench.cpp 53 int shiftToEndCount = topData.count() - leftShift;
57 for (int i = 1; i < shiftToEndCount; ++i) {
77 for (int i = 0; i < shiftToEndCount; ++i) {
  /external/skia/samplecode/
SampleChart.cpp 48 int shiftToEndCount = topData.count() - leftShift;
52 for (int i = 1; i < shiftToEndCount; ++i) {
72 for (int i = 0; i < shiftToEndCount; ++i) {

Completed in 747 milliseconds