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

  /external/chromium_org/third_party/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/chromium_org/third_party/skia/samplecode/
SampleFilter2.cpp 31 int fCurrIndex;
45 fCurrIndex = 0;
59 str.append(gNames[fCurrIndex]);
SampleApp.cpp 748 fCurrIndex = -1;
760 fCurrIndex = fSamples.count();
789 fCurrIndex = findByTitle(FLAGS_slide[0]);
790 if (fCurrIndex < 0) {
802 if (fCurrIndex < 0) {
805 fCurrIndex = findByTitle(title.c_str());
809 if (fCurrIndex < 0) {
810 fCurrIndex = 0;
947 this->loadView((*fSamples[fCurrIndex])());
    [all...]
SampleApp.h 162 int fCurrIndex;
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 31 int fCurrIndex;
56 fCurrIndex = -1;
107 fCurrIndex = i;
108 return fLastDrawIndex != fCurrIndex;
111 fCurrIndex = fGIF->ImageCount - 1;
356 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
374 } else if (startIndex > fCurrIndex) {
379 int lastIndex = fCurrIndex;
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 299 int getSelection() const { return fCurrIndex; }
343 int fCurrIndex; // logical index
371 int getSelection() const { return fCurrIndex; }
399 int fCurrIndex; // logical index
  /external/chromium_org/third_party/skia/include/views/animated/
SkWidgetViews.h 223 int getSelection() const { return fCurrIndex; }
282 int16_t fScrollIndex, fCurrIndex;

Completed in 252 milliseconds