Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkDeferredCanvas.cpp175 void skipPendingCommands();
336 void SkDeferredDevice::skipPendingCommands() { in skipPendingCommands() function in SkDeferredDevice
471 this->skipPendingCommands(); in onWritePixels()
783 this->getDeferredDevice()->skipPendingCommands(); in onDrawPaint()
806 this->getDeferredDevice()->skipPendingCommands(); in onDrawRect()
846 this->getDeferredDevice()->skipPendingCommands(); in onDrawBitmap()
860 this->getDeferredDevice()->skipPendingCommands(); in onDrawBitmapRect()
876 this->getDeferredDevice()->skipPendingCommands(); in onDrawImage()
888 this->getDeferredDevice()->skipPendingCommands(); in onDrawImageRect()
916 this->getDeferredDevice()->skipPendingCommands(); in onDrawSprite()