Searched refs:fCurrIndex (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkVertState.cpp11 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
[all...]
H A DSkVertState.h29 fCurrIndex = 0;
47 int fCurrIndex; member in struct:VertState
/external/skia/samplecode/
H A DSampleFilter2.cpp31 int fCurrIndex; member in class:Filter2View
45 fCurrIndex = 0;
59 str.append(gNames[fCurrIndex]);
H A DSampleApp.cpp712 fCurrIndex = -1;
724 fCurrIndex = fSamples.count();
753 fCurrIndex = findByTitle(FLAGS_slide[0]);
754 if (fCurrIndex < 0) {
766 if (fCurrIndex < 0) {
769 fCurrIndex = findByTitle(title.c_str());
773 if (fCurrIndex < 0) {
774 fCurrIndex = 0;
907 this->loadView((*fSamples[fCurrIndex])());
1408 fCurrIndex
[all...]
H A DSampleApp.h162 int fCurrIndex; member in class:SampleWindow
/external/skia/src/images/
H A DSkMovie_gif.cpp35 int fCurrIndex; member in class:SkGIFMovie
60 fCurrIndex = -1;
111 fCurrIndex = i;
112 return fLastDrawIndex != fCurrIndex;
115 fCurrIndex = fGIF->ImageCount - 1;
360 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
378 } else if (startIndex > fCurrIndex) {
383 int lastIndex = fCurrIndex;
/external/skia/include/views/
H A DSkWidget.h299 int getSelection() const { return fCurrIndex; }
343 int fCurrIndex; // logical index member in class:SkListView
371 int getSelection() const { return fCurrIndex; }
399 int fCurrIndex; // logical index member in class:SkGridView
/external/skia/include/views/animated/
H A DSkWidgetViews.h223 int getSelection() const { return fCurrIndex; }
282 int16_t fScrollIndex, fCurrIndex; member in class:SkListView

Completed in 2579 milliseconds