Searched refs:DBG_SET_LOGD (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebKit/android/jni/ |
D | PictureSet.cpp | 618 DBG_SET_LOGD("%p old:(w=%d,h=%d) new:(w=%d,h=%d)", this, in setDimensions() 753 DBG_SET_LOGD("contains working->mArea={%d,%d,%d,%d}" in draw() 761 DBG_SET_LOGD("%p first=%d last=%d", this, first - mPictures.begin(), in draw() 769 DBG_SET_LOGD("[%d] %p quickReject working->mArea={%d,%d,%d,%d}" in draw() 815 DBG_SET_LOGD("[%d] %p working->mArea={%d,%d,%d,%d} elapsed=%d base=%s", in draw() 829 DBG_SET_LOGD("%p %s (%d) (w=%d,h=%d)", this, label, mPictures.size(), in dump() 887 DBG_SET_LOGD("abort {%d,%d}", bitmap.width(), bitmap.height()); in commonDrawBitmap() 917 DBG_SET_LOGD("abort %d", byteLength); in drawText() 923 DBG_SET_LOGD("abort %d", byteLength); in drawPosText() 930 DBG_SET_LOGD("abort %d", byteLength); in drawPosTextH() [all …]
|
D | PictureSet.h | 35 #define DBG_SET_LOGD(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__) macro 39 #define DBG_SET_LOGD(format, ...) ((void)0) macro
|
D | WebViewCore.cpp | 891 DBG_SET_LOGD("m_rebuildInval={%d,%d,r=%d,b=%d}", in rebuildPicture() 926 DBG_SET_LOGD("pictSet=%p [%d] {%d,%d,w=%d,h=%d}", pictureSet, index, in rebuildPictureSet() 994 DBG_SET_LOGD("recordContent: pending style recalc, ignoring."); in recordContent() 1001 DBG_SET_LOGD("empty (progress=%g)", progress); in recordContent() 1013 DBG_SET_LOGD("region={%d,%d,r=%d,b=%d}", region->getBounds().fLeft, in recordContent() 1094 DBG_SET_LOGD("rect={%d,%d,w=%d,h=%d}", r.x(), r.y(), r.width(), r.height()); in contentInvalidate() 1099 DBG_SET_LOGD("m_addInval={%d,%d,r=%d,b=%d}", in contentInvalidate()
|