Searched refs:mRy (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() 1102 float mRy; variable 1110 mRx(rx), mRy(ry) {} in DrawRoundRectPropsOp() 1114 *mRx, *mRy, getPaint(renderer)); in applyDraw() 1119 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy); in output() 1130 float* mRy; variable
|
D | PathCache.h | 127 float mRy; member
|
D | PathCache.cpp | 510 entry.shape.roundRect.mRy = ry; in getRoundRect()
|