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/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) {
376 } else if (startIndex > fCurrIndex) {
381 int lastIndex = fCurrIndex;
  /external/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) {
376 } else if (startIndex > fCurrIndex) {
381 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/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;
  /external/skia/include/views/animated/
SkWidgetViews.h 223 int getSelection() const { return fCurrIndex; }
282 int16_t fScrollIndex, fCurrIndex;
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 353 milliseconds