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 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/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()) {
439 if (fPipeController.hasPendingCommands()) {
603 bool SkDeferredCanvas::hasPendingCommands() const {
604 return this->getDeferredDevice()->hasPendingCommands();
    [all...]

Completed in 92 milliseconds