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

  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
153 bool hasPendingCommands();
328 if (fPipeController.hasPendingCommands()) {
344 bool DeferredDevice::hasPendingCommands() {
345 return fPipeController.hasPendingCommands();
362 if (!fPipeController.hasPendingCommands()) {
453 if (fPipeController.hasPendingCommands()) {
634 bool SkDeferredCanvas::hasPendingCommands() const {
635 return this->getDeferredDevice()->hasPendingCommands();
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
154 bool hasPendingCommands();
332 if (fPipeController.hasPendingCommands()) {
348 bool DeferredDevice::hasPendingCommands() {
349 return fPipeController.hasPendingCommands();
366 if (!fPipeController.hasPendingCommands()) {
457 if (fPipeController.hasPendingCommands()) {
638 bool SkDeferredCanvas::hasPendingCommands() const {
639 return this->getDeferredDevice()->hasPendingCommands();
    [all...]

Completed in 506 milliseconds