Searched refs:OP_LOG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListOp.h44 // Use OP_LOG for logging with arglist, OP_LOGS if just printing char*
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);
327 OP_LOG("Restore to count %d", mCount);
371 OP_LOG("SaveLayer%s of area " RECT_STRING,
411 OP_LOG("Translate by %f %f", mDx, mDy);
431 OP_LOG("Rotate by %f degrees", mDegrees);
450 OP_LOG("Scale by %f %f", mSx, mSy);
470 OP_LOG("Ske
[all...]

Completed in 43 milliseconds