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

  /external/skia/legacy/src/animator/
SkDisplayPost.cpp 198 SkString debugOut;
200 debugOut.appendS32(time - maker.fDebugTimeBase);
201 debugOut.append(" post id=");
202 debugOut.append(_id);
203 debugOut.append(" enable=");
204 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
205 debugOut.append(" delay=");
206 debugOut.appendS32(delay);
213 debugOut.append(" future=");
214 debugOut.appendS32(futureTime - maker.fDebugTimeBase)
    [all...]
SkAnimateActive.cpp 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)
    [all...]
SkAnimateMaker.cpp 310 SkString debugOut;
312 debugOut.appendS32(time - fDebugTimeBase);
313 debugOut.append(" set enable old enable=");
314 debugOut.appendS32(fEnableTime - fDebugTimeBase);
315 debugOut.append(" old adjust=");
316 debugOut.appendS32(fAdjustedStart);
317 debugOut.append(" new enable=");
318 debugOut.appendS32(expectedTime - fDebugTimeBase);
319 debugOut.append(" new adjust=");
320 debugOut.appendS32(appTime - expectedTime)
    [all...]
SkDisplayApply.cpp 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=")
    [all...]
SkDisplayXMLParser.cpp 208 SkString debugOut;
210 debugOut.appendS32(time - fMaker.fDebugTimeBase);
211 debugOut.append(" onLoad enable=");
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase);
213 SkDebugf("%s\n", debugOut.c_str());
SkAnimator.cpp 440 SkString debugOut;
442 debugOut.appendS32(realTime - fMaker->fDebugTimeBase);
443 debugOut.append(" onEvent id=");
444 debugOut.append(id);
451 debugOut.append(" time=");
452 debugOut.appendS32(time - fMaker->fDebugTimeBase);
453 debugOut.append(" adjust=");
454 debugOut.appendS32(fMaker->fAdjustedStart);
458 SkDebugf("%s\n", debugOut.c_str());
  /external/skia/src/animator/
SkDisplayPost.cpp 190 SkString debugOut;
192 debugOut.appendS32(time - maker.fDebugTimeBase);
193 debugOut.append(" post id=");
194 debugOut.append(_id);
195 debugOut.append(" enable=");
196 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
197 debugOut.append(" delay=");
198 debugOut.appendS32(delay);
205 debugOut.append(" future=");
206 debugOut.appendS32(futureTime - maker.fDebugTimeBase)
    [all...]
SkAnimateActive.cpp 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)
    [all...]
SkAnimateMaker.cpp 310 SkString debugOut;
312 debugOut.appendS32(time - fDebugTimeBase);
313 debugOut.append(" set enable old enable=");
314 debugOut.appendS32(fEnableTime - fDebugTimeBase);
315 debugOut.append(" old adjust=");
316 debugOut.appendS32(fAdjustedStart);
317 debugOut.append(" new enable=");
318 debugOut.appendS32(expectedTime - fDebugTimeBase);
319 debugOut.append(" new adjust=");
320 debugOut.appendS32(appTime - expectedTime)
    [all...]
SkDisplayApply.cpp 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=")
    [all...]
SkDisplayXMLParser.cpp 208 SkString debugOut;
210 debugOut.appendS32(time - fMaker.fDebugTimeBase);
211 debugOut.append(" onLoad enable=");
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase);
213 SkDebugf("%s\n", debugOut.c_str());
SkAnimator.cpp 440 SkString debugOut;
442 debugOut.appendS32(realTime - fMaker->fDebugTimeBase);
443 debugOut.append(" onEvent id=");
444 debugOut.append(id);
451 debugOut.append(" time=");
452 debugOut.appendS32(time - fMaker->fDebugTimeBase);
453 debugOut.append(" adjust=");
454 debugOut.appendS32(fMaker->fAdjustedStart);
458 SkDebugf("%s\n", debugOut.c_str());

Completed in 148 milliseconds