Home | History | Annotate | Download | only in animator

Lines Matching defs:debugOut

305     SkString debugOut;
307 debugOut.appendS32(time - maker.fDebugTimeBase);
308 debugOut.append(" apply enable id=");
309 debugOut.append(_id);
310 debugOut.append("; start=");
311 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
312 SkDebugf("%s\n", debugOut.c_str());
554 SkString debugOut;
555 debugOut.appendS32(time - maker.fDebugTimeBase);
556 debugOut.append(" apply id=");
557 debugOut.append(_id);
558 debugOut.append("; ");
559 debugOut.append(fActive->fAnimators[0]->_id);
560 debugOut.append("=");
561 debugOut.appendS32(rawTime - fActive->fState[0].fStartTime);
562 debugOut.append(")");
563 SkDebugf("%s\n", debugOut.c_str());