Searched refs:FLOAT_RECT_ARGS (Results 1 – 4 of 4) sorted by relevance
59 #define FLOAT_RECT_ARGS(fr) fr.x(), fr.y(), fr.width(), fr.height() macro
1018 FLOAT_RECT_ARGS(ftrect), FLOAT_RECT_ARGS(mRecordingStateStack.last().mBounds)); in calculateFinalBounds()1040 FLOAT_RECT_ARGS(ftrect), FLOAT_RECT_ARGS(mRecordingStateStack.last().mBounds)); in calculateCoveredBounds()
167 … ALOGD("drawrect " FLOAT_RECT_FORMAT ", is solid %d", FLOAT_RECT_ARGS(rectToDraw), m_isSolidColor); in drawRect()
796 ALOGV("fillPortion " FLOAT_RECT_FORMAT, FLOAT_RECT_ARGS(fillPortion)); in getTileProjectionMatrix()