HomeSort by relevance Sort by last modified time
    Searched refs:fLastDrawIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 32 int fLastDrawIndex;
57 fLastDrawIndex = -1;
108 return fLastDrawIndex != fCurrIndex;
356 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
360 int startIndex = fLastDrawIndex + 1;
361 if (fLastDrawIndex < 0 || !bm->readyToDraw()) {
427 fLastDrawIndex = lastIndex;
  /external/skia/src/images/
SkMovie_gif.cpp 32 int fLastDrawIndex;
57 fLastDrawIndex = -1;
108 return fLastDrawIndex != fCurrIndex;
356 if (fLastDrawIndex >= 0 && fLastDrawIndex == fCurrIndex) {
360 int startIndex = fLastDrawIndex + 1;
361 if (fLastDrawIndex < 0 || !bm->readyToDraw()) {
427 fLastDrawIndex = lastIndex;

Completed in 155 milliseconds