HomeSort by relevance Sort by last modified time
    Searched refs:hasPendingCommands (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 69 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
150 bool hasPendingCommands();
320 if (fPipeController.hasPendingCommands()) {
333 bool SkDeferredDevice::hasPendingCommands() {
334 return fPipeController.hasPendingCommands();
351 if (!fPipeController.hasPendingCommands()) {
431 if (fPipeController.hasPendingCommands()) {
602 bool SkDeferredCanvas::hasPendingCommands() const {
603 return this->getDeferredDevice()->hasPendingCommands();
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 100 bool hasPendingCommands() const;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 280 if (m_canvas->hasPendingCommands()) {

Completed in 92 milliseconds