Searched refs:mRx (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListOp.h | 1078 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {} in DrawRoundRectOp() 1082 mLocalBounds.right, mLocalBounds.bottom, mRx, mRy, getPaint(renderer)); in applyDraw() 1086 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy); in output() 1094 mLocalBounds.getWidth(), mLocalBounds.getHeight(), mRx, mRy); in onDefer() 1101 float mRx; 1110 mRx(rx), mRy(ry) {} in DrawRoundRectPropsOp() 1114 *mRx, *mRy, getPaint(renderer)); in applyDraw() 1119 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy); in output() 1129 float* mRx; variable
|
D | PathCache.h | 126 float mRx; member
|
D | PathCache.cpp | 509 entry.shape.roundRect.mRx = rx; in getRoundRect()
|