Lines Matching full:funct
613 bool PictureSet::validate(const char* funct) const
626 LOGD("%s working->mUnsplit.isEmpty()", funct);
628 LOGD("%s working->mUnsplit.contains(bounds) == false", funct);
630 LOGD("%s working->mElapsed >= 1000", funct);
632 LOGD("%s (working->mSplit & 0xfe) != 0", funct);
634 LOGD("%s (working->mWroteElapsed & 0xfe) != 0", funct);
639 LOGD("%s pictWidth=%d < bounds.width()=%d", funct, pictWidth, bounds.width());
641 LOGD("%s pictHeight=%d < bounds.height()=%d", funct, pictHeight, bounds.height());
643 LOGD("%s working->mArea.isEmpty()", funct);
651 LOGD("%s all.contains(area) == true", funct);
662 LOGD("%s allBounds.width()=%d != mWidth=%d", funct, allBounds.width(), mWidth);
664 LOGD("%s allBounds.height()=%d != mHeight=%d", funct, allBounds.height(), mHeight);