Searched refs:OP_LOG (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListOp.h | 41 #define OP_LOGS(s) OP_LOG("%s", (s)) 42 #define OP_LOG(s, ...) ALOGD( "%*s" s, level * 2, "", __VA_ARGS__ ) macro 278 OP_LOG("Save flags %x", mFlags); in output() 312 OP_LOG("Restore to count %d", mCount); in output() 351 OP_LOG("SaveLayer%s of area " RECT_STRING, in output() 388 OP_LOG("Translate by %f %f", mDx, mDy); in output() 408 OP_LOG("Rotate by %f degrees", mDegrees); in output() 427 OP_LOG("Scale by %f %f", mSx, mSy); in output() 447 OP_LOG("Skew by %f %f", mSx, mSy); in output() 468 OP_LOG("SetMatrix " MATRIX_STRING, MATRIX_ARGS(mMatrix)); in output() [all …]
|