Searched defs:hasPendingCommands (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp69 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; } function in class:DeferredPipeController
150 bool hasPendingCommands();
320 if (fPipeController.hasPendingCommands()) {
333 bool SkDeferredDevice::hasPendingCommands() { function in class:SkDeferredDevice
334 return fPipeController.hasPendingCommands();
351 if (!fPipeController.hasPendingCommands()) {
431 if (fPipeController.hasPendingCommands()) {
602 bool SkDeferredCanvas::hasPendingCommands() const { function in class:SkDeferredCanvas
603 return this->getDeferredDevice()->hasPendingCommands();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp69 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; } function in class:DeferredPipeController
150 bool hasPendingCommands();
320 if (fPipeController.hasPendingCommands()) {
333 bool SkDeferredDevice::hasPendingCommands() { function in class:SkDeferredDevice
334 return fPipeController.hasPendingCommands();
351 if (!fPipeController.hasPendingCommands()) {
439 if (fPipeController.hasPendingCommands()) {
603 bool SkDeferredCanvas::hasPendingCommands() const { function in class:SkDeferredCanvas
604 return this->getDeferredDevice()->hasPendingCommands();

Completed in 295 milliseconds