Lines Matching refs:debugOut
416 SkString debugOut; in start() local
418 debugOut.appendS32(time - fMaker.fDebugTimeBase); in start()
419 debugOut.append(" active start adjust delay id="); in start()
420 debugOut.append(fApply._id); in start()
421 debugOut.append("; "); in start()
422 debugOut.append(fAnimators[index]->_id); in start()
423 debugOut.append("="); in start()
424 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase); in start()
425 debugOut.append(":"); in start()
426 debugOut.appendS32(state.fStartTime); in start()
435 debugOut.append(":"); in start()
436 debugOut.appendS32(future - fMaker.fDebugTimeBase); in start()
442 debugOut.append(" (less adjust = "); in start()
443 debugOut.appendS32(fMaker.fAdjustedStart); in start()
448 debugOut.append(") new start = "); in start()
449 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase); in start()
450 SkDebugf("%s\n", debugOut.c_str()); in start()