HomeSort by relevance Sort by last modified time
    Searched defs:fCurrIndex (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkVertState.h 29 fCurrIndex = 0;
47 int fCurrIndex;
  /external/skqp/src/core/
SkVertState.h 29 fCurrIndex = 0;
47 int fCurrIndex;
  /external/skia/samplecode/
SampleFilter2.cpp 31 int fCurrIndex;
43 fCurrIndex = 0;
57 str.append(gNames[fCurrIndex]);
  /external/skqp/samplecode/
SampleFilter2.cpp 31 int fCurrIndex;
43 fCurrIndex = 0;
57 str.append(gNames[fCurrIndex]);
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 34 int fCurrIndex;
60 fCurrIndex = -1;
112 fCurrIndex = i;
113 return fLastDrawIndex != fCurrIndex;
116 fCurrIndex = fGIF->ImageCount - 1;
361 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
379 } else if (startIndex > fCurrIndex) {
384 int lastIndex = fCurrIndex;
  /external/skia/tests/
SerializationTest.cpp 580 int fCurrIndex;
588 , fCurrIndex(0)
592 REPORTER_ASSERT(fReporter, fCount == fCurrIndex);
597 REPORTER_ASSERT(fReporter, fCurrIndex < fCount);
598 REPORTER_ASSERT(fReporter, rect == fRec[fCurrIndex].fRect);
599 REPORTER_ASSERT(fReporter, !strcmp(key, fRec[fCurrIndex].fKey));
600 REPORTER_ASSERT(fReporter, value->equals(fRec[fCurrIndex].fValue.get()));
601 fCurrIndex += 1;
  /external/skqp/tests/
SerializationTest.cpp 580 int fCurrIndex;
588 , fCurrIndex(0)
592 REPORTER_ASSERT(fReporter, fCount == fCurrIndex);
597 REPORTER_ASSERT(fReporter, fCurrIndex < fCount);
598 REPORTER_ASSERT(fReporter, rect == fRec[fCurrIndex].fRect);
599 REPORTER_ASSERT(fReporter, !strcmp(key, fRec[fCurrIndex].fKey));
600 REPORTER_ASSERT(fReporter, value->equals(fRec[fCurrIndex].fValue.get()));
601 fCurrIndex += 1;

Completed in 184 milliseconds