Searched refs:OP_LOG (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListOp.h | 45 #define OP_LOGS(s) OP_LOG("%s", (s)) 46 #define OP_LOG(s, ...) ALOGD( "%*s" s, level * 2, "", __VA_ARGS__ ) macro 300 OP_LOG("Save flags %x", mFlags); in output() 327 OP_LOG("Restore to count %d", mCount); in output() 371 OP_LOG("SaveLayer%s of area " RECT_STRING, in output() 411 OP_LOG("Translate by %f %f", mDx, mDy); in output() 431 OP_LOG("Rotate by %f degrees", mDegrees); in output() 450 OP_LOG("Scale by %f %f", mSx, mSy); in output() 470 OP_LOG("Skew by %f %f", mSx, mSy); in output() 493 OP_LOG("SetMatrix " SK_MATRIX_STRING, SK_MATRIX_ARGS(&mMatrix)); in output() [all …]
|