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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h42 // Use OP_LOG for logging with arglist, OP_LOGS if just printing char*
43 #define OP_LOGS(s) OP_LOG("%s", (s))
44 #define OP_LOG(s, ...) ALOGD( "%*s" s, level * 2, "", __VA_ARGS__ ) macro
286 OP_LOG("Save flags %x", mFlags);
313 OP_LOG("Restore to count %d", mCount);
357 OP_LOG("SaveLayer%s of area " RECT_STRING,
399 OP_LOG("Translate by %f %f", mDx, mDy);
419 OP_LOG("Rotate by %f degrees", mDegrees);
438 OP_LOG("Scale by %f %f", mSx, mSy);
458 OP_LOG("Ske
[all...]

Completed in 320 milliseconds