Searched defs:mRy (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/libs/hwui/
H A DDisplayListOp.h1081 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1085 mLocalBounds.right, mLocalBounds.bottom, mRx, mRy, getPaint(renderer));
1089 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy);
1097 mLocalBounds.getWidth(), mLocalBounds.getHeight(), mRx, mRy);
1105 float mRy; member in class:android::uirenderer::DrawRoundRectOp
1113 mRx(rx), mRy(ry) {}
1117 *mRx, *mRy, getPaint(renderer));
1122 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy);
1133 float* mRy; member in class:android::uirenderer::DrawRoundRectPropsOp
H A DPathCache.h127 float mRy; member in struct:android::uirenderer::PathDescription::Shape::RoundRect

Completed in 100 milliseconds