Lines Matching defs:hasPendingCommands
71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
154 bool hasPendingCommands();
324 if (fPipeController.hasPendingCommands()) {
340 bool DeferredDevice::hasPendingCommands() {
341 return fPipeController.hasPendingCommands();
358 if (!fPipeController.hasPendingCommands()) {
449 if (fPipeController.hasPendingCommands()) {
630 bool SkDeferredCanvas::hasPendingCommands() const {
631 return this->getDeferredDevice()->hasPendingCommands();