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

  /external/skia/legacy/src/images/
SkMovie_gif.cpp 31 int fCurrIndex;
52 fCurrIndex = -1;
104 fCurrIndex = i;
105 return fLastDrawIndex != fCurrIndex;
108 fCurrIndex = fGIF->ImageCount - 1;
350 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
370 } else if (startIndex > fCurrIndex) {
375 int lastIndex = fCurrIndex;
  /external/skia/src/images/
SkMovie_gif.cpp 31 int fCurrIndex;
56 fCurrIndex = -1;
108 fCurrIndex = i;
109 return fLastDrawIndex != fCurrIndex;
112 fCurrIndex = fGIF->ImageCount - 1;
354 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
374 } else if (startIndex > fCurrIndex) {
379 int lastIndex = fCurrIndex;
  /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/skia/include/views/animated/
SkWidgetViews.h 223 int getSelection() const { return fCurrIndex; }
282 int16_t fScrollIndex, fCurrIndex;
  /external/skia/legacy/include/views/
SkWidget.h 355 int getSelection() const { return fCurrIndex; }
399 int fCurrIndex; // logical index
427 int getSelection() const { return fCurrIndex; }
455 int fCurrIndex; // logical index
SkWidgetViews.h 223 int getSelection() const { return fCurrIndex; }
282 int16_t fScrollIndex, fCurrIndex;
  /external/skia/legacy/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 571 milliseconds