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

  /external/skia/src/animator/
SkSnapshot.h 35 int fSeqVal;
SkSnapshot.cpp 43 fSeqVal = 0;
56 num[0] = (char) (num[0] + fSeqVal / 100);
57 num[1] = (char) (num[1] + fSeqVal / 10 % 10);
58 num[2] = (char) (num[2] + fSeqVal % 10);
60 if (++fSeqVal > 999)

Completed in 323 milliseconds