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

  /external/skia/samplecode/
SampleFilter2.cpp 31 int fCurrIndex;
47 fCurrIndex = 0;
61 str.append(gNames[fCurrIndex]);
SampleApp.h 124 int fCurrIndex;
SampleImageDir.cpp 134 int fCurrIndex;
182 fCurrIndex = 0;
274 canvas->drawBitmap(fBitmaps[fCurrIndex], x, y, &paint);
277 fCurrIndex += 1;
278 if (fCurrIndex >= fBitmapCount) {
279 fCurrIndex = 0;
288 fCurrIndex += 1;
289 if (fCurrIndex >= fBitmapCount)
290 fCurrIndex = 0;
  /external/skia/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/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/src/core/
SkDraw.cpp     [all...]

Completed in 165 milliseconds