Home
last modified time | relevance | path

Searched refs:recordedDrawCommand (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkDeferredCanvas.cpp177 void recordedDrawCommand();
405 void SkDeferredDevice::recordedDrawCommand() { in recordedDrawCommand() function in SkDeferredDevice
574 void SkDeferredCanvas::recordedDrawCommand() { in recordedDrawCommand() function in SkDeferredCanvas
576 this->getDeferredDevice()->recordedDrawCommand(); in recordedDrawCommand()
708 this->recordedDrawCommand(); in willSave()
720 this->recordedDrawCommand(); in willSaveLayer()
734 this->recordedDrawCommand(); in willRestore()
740 this->recordedDrawCommand(); in didConcat()
746 this->recordedDrawCommand(); in didSetMatrix()
755 this->recordedDrawCommand(); in onClipRect()
[all …]
/external/skia/include/utils/
DSkDeferredCanvas.h238 void recordedDrawCommand();