HomeSort by relevance Sort by last modified time
    Searched refs:shiftToEndCount (Results 1 - 4 of 4) 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) {
  /external/skqp/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/skqp/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 153 milliseconds