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

  /external/skia/src/core/
SkVertState.cpp 11 int index = state->fCurrIndex;
18 state->fCurrIndex = index + 3;
24 int index = state->fCurrIndex;
31 state->fCurrIndex = index + 3;
36 int index = state->fCurrIndex;
48 state->fCurrIndex = index + 1;
54 int index = state->fCurrIndex;
66 state->fCurrIndex = index + 1;
71 int index = state->fCurrIndex;
78 state->fCurrIndex = index + 1
    [all...]
SkVertState.h 29 fCurrIndex = 0;
47 int fCurrIndex;
  /external/skia/samplecode/
SampleFilter2.cpp 30 int fCurrIndex;
42 fCurrIndex = 0;
56 str.append(gNames[fCurrIndex]);
SampleApp.cpp 765 fCurrIndex = -1;
777 fCurrIndex = fSamples.count();
782 fCurrIndex = fSamples.count();
787 fCurrIndex = fSamples.count();
843 fCurrIndex = findByTitle(FLAGS_slide[0]);
844 if (fCurrIndex < 0) {
861 if (fCurrIndex < 0) {
864 fCurrIndex = findByTitle(title.c_str());
868 if (fCurrIndex < 0) {
869 fCurrIndex = 0
    [all...]
SampleApp.h 181 int 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 664 int fCurrIndex;
672 , fCurrIndex(0)
676 REPORTER_ASSERT(fReporter, fCount == fCurrIndex);
681 REPORTER_ASSERT(fReporter, fCurrIndex < fCount);
682 REPORTER_ASSERT(fReporter, rect == fRec[fCurrIndex].fRect);
683 REPORTER_ASSERT(fReporter, !strcmp(key, fRec[fCurrIndex].fKey));
684 REPORTER_ASSERT(fReporter, value->equals(fRec[fCurrIndex].fValue.get()));
685 fCurrIndex += 1;

Completed in 3368 milliseconds