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 27 int fSeqVal;
SkSnapshot.cpp 35 fSeqVal = 0;
52 num[0] = (char) (num[0] + fSeqVal / 100);
53 num[1] = (char) (num[1] + fSeqVal / 10 % 10);
54 num[2] = (char) (num[2] + fSeqVal % 10);
56 if (++fSeqVal > 999)

Completed in 541 milliseconds