Home | History | Annotate | Download | only in animator

Lines Matching defs:debugOut

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