Home
last modified time | relevance | path

Searched refs:RECT_STRING (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListOp.h367 OP_LOG("SaveLayer%s of area " RECT_STRING, in output()
551 OP_LOG("ClipRect " RECT_STRING, RECT_ARGS(mArea)); in output()
574 OP_LOG("ClipPath bounds " RECT_STRING, in output()
765 OP_LOG("Draw bitmap %p src=" RECT_STRING ", dst=" RECT_STRING, in output()
954 OP_LOG("Draw patch " RECT_STRING, RECT_ARGS(mLocalBounds)); in output()
1038 OP_LOG("Draw Rect " RECT_STRING, RECT_ARGS(mLocalBounds)); in output()
1089 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy); in output()
1121 OP_LOG("Draw RoundRect Props " RECT_STRING ", rx %f, ry %f", in output()
1190 OP_LOG("Draw Oval " RECT_STRING, RECT_ARGS(mLocalBounds)); in output()
1210 OP_LOG("Draw Arc " RECT_STRING ", start %f, sweep %f, useCenter %d", in output()
[all …]
DRect.h30 #define RECT_STRING "%5.2f %5.2f %5.2f %5.2f" macro
DOpenGLRenderer.cpp2966 EVENT_LOGD("drawLayer," RECT_STRING ", clipRequired %d", x, y,
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp207 ALOGW("Dirty " RECT_STRING " doesn't intersect with 0 0 %d %d ?", in draw()