Home
last modified time | relevance | path

Searched refs:SK_MATRIX_STRING (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.cpp132 ALOGD("%*sConcatMatrix (static) %p: " SK_MATRIX_STRING, in debugOutputProperties()
136 ALOGD("%*sConcatMatrix (animation) %p: " SK_MATRIX_STRING, in debugOutputProperties()
144 ALOGD("%*sConcatMatrix %p: " SK_MATRIX_STRING, in debugOutputProperties()
DMatrix.h29 #define SK_MATRIX_STRING "[%.2f %.2f %.2f] [%.2f %.2f %.2f] [%.2f %.2f %.2f]" macro
DDisplayListOp.h493 OP_LOG("SetMatrix " SK_MATRIX_STRING, SK_MATRIX_ARGS(&mMatrix)); in output()
513 OP_LOG("ConcatMatrix " SK_MATRIX_STRING, SK_MATRIX_ARGS(&mMatrix)); in output()