Searched refs:hasPendingCommands (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; } function in class:DeferredPipeController
153 bool hasPendingCommands();
328 if (fPipeController.hasPendingCommands()) {
344 bool DeferredDevice::hasPendingCommands() { function in class:DeferredDevice
345 return fPipeController.hasPendingCommands();
362 if (!fPipeController.hasPendingCommands()) {
453 if (fPipeController.hasPendingCommands()) {
634 bool SkDeferredCanvas::hasPendingCommands() const { function in class:SkDeferredCanvas
635 return this->getDeferredDevice()->hasPendingCommands();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; } function in class:DeferredPipeController
154 bool hasPendingCommands();
332 if (fPipeController.hasPendingCommands()) {
348 bool DeferredDevice::hasPendingCommands() { function in class:DeferredDevice
349 return fPipeController.hasPendingCommands();
366 if (!fPipeController.hasPendingCommands()) {
457 if (fPipeController.hasPendingCommands()) {
638 bool SkDeferredCanvas::hasPendingCommands() const { function in class:SkDeferredCanvas
639 return this->getDeferredDevice()->hasPendingCommands();
/external/chromium_org/third_party/skia/include/utils/
H A DSkDeferredCanvas.h95 bool hasPendingCommands() const;
/external/skia/include/utils/
H A DSkDeferredCanvas.h95 bool hasPendingCommands() const;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DCanvas2DLayerBridge.cpp180 if (m_canvas->hasPendingCommands()) {

Completed in 68 milliseconds