Searched defs:fCurrIndex (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.h29 fCurrIndex = 0;
47 int fCurrIndex; member in struct:VertState
/external/skia/src/core/
H A DSkVertState.h29 fCurrIndex = 0;
47 int fCurrIndex; member in struct:VertState
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilter2.cpp31 int fCurrIndex; member in class:Filter2View
45 fCurrIndex = 0;
59 str.append(gNames[fCurrIndex]);
H A DSampleApp.h162 int fCurrIndex; member in class:SampleWindow
/external/skia/samplecode/
H A DSampleFilter2.cpp31 int fCurrIndex; member in class:Filter2View
45 fCurrIndex = 0;
59 str.append(gNames[fCurrIndex]);
H A DSampleApp.h162 int fCurrIndex; member in class:SampleWindow
/external/chromium_org/third_party/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/chromium_org/third_party/skia/include/views/animated/
H A DSkWidgetViews.h223 int getSelection() const { return fCurrIndex; }
282 int16_t fScrollIndex, fCurrIndex; member in class:SkListView
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp31 int fCurrIndex; member in class:SkGIFMovie
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/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
/external/skia/src/images/
H A DSkMovie_gif.cpp31 int fCurrIndex; member in class:SkGIFMovie
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;

Completed in 631 milliseconds