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

  /external/skia/src/animator/
SkDisplayPost.cpp 208 debugOut.appendS32(time - maker.fDebugTimeBase);
212 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
214 debugOut.appendS32(delay);
222 debugOut.appendS32(futureTime - maker.fDebugTimeBase);
SkAnimateMaker.cpp 303 fErrorString.appendS32(line);
318 debugOut.appendS32(time - fDebugTimeBase);
320 debugOut.appendS32(fEnableTime - fDebugTimeBase);
322 debugOut.appendS32(fAdjustedStart);
324 debugOut.appendS32(expectedTime - fDebugTimeBase);
326 debugOut.appendS32(appTime - expectedTime);
SkAnimateActive.cpp 421 debugOut.appendS32(time - fMaker.fDebugTimeBase);
427 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase);
429 debugOut.appendS32(state.fStartTime);
439 debugOut.appendS32(future - fMaker.fDebugTimeBase);
446 debugOut.appendS32(fMaker.fAdjustedStart);
452 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase);
SkDump.cpp 104 result->appendS32(badEnum);
SkDisplayXMLParser.cpp 210 debugOut.appendS32(time - fMaker.fDebugTimeBase);
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase);
SkDisplayApply.cpp 314 debugOut.appendS32(time - maker.fDebugTimeBase);
318 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
562 debugOut.appendS32(time - maker.fDebugTimeBase);
568 debugOut.appendS32(rawTime - fActive->fState[0].fStartTime);
SkScriptRuntime.cpp 185 strPtr->appendS32(operand[op - SkScriptEngine2::kIntToString].fS32);
SkAnimator.cpp 450 debugOut.appendS32(realTime - fMaker->fDebugTimeBase);
460 debugOut.appendS32(time - fMaker->fDebugTimeBase);
462 debugOut.appendS32(fMaker->fAdjustedStart);
  /external/skia/src/views/
SkEvent.cpp 283 #define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str.c_str()); } while (0)
329 str.appendS32(delay);
365 str.appendS32(time);
  /external/skia/bench/
RectBench.cpp 38 fName.appendS32(fShift);
  /external/skia/include/core/
SkString.h 103 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); }
  /external/skia/src/xml/
SkXMLWriter.cpp 44 tmp.appendS32(value);
  /external/skia/src/svg/
SkSVGParser.cpp 249 elementID.appendS32(++strokeFillID);
  /external/skia/src/core/
SkStream.cpp 122 tmp.appendS32(dec);

Completed in 769 milliseconds