Home | History | Annotate | Download | only in utils

Lines Matching refs:recordingCanvas

148     SkCanvas* recordingCanvas();
307 this->recordingCanvas(); // Accessing the recording canvas applies the new limit.
419 SkCanvas* DeferredDevice::recordingCanvas() {
485 this->recordingCanvas()->drawSprite(bitmap, x, y, &paint);
598 return fDeferredDrawing ? this->getDeferredDevice()->recordingCanvas() :