Searched refs:mRy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListOp.h1078 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1082 mLocalBounds.right, mLocalBounds.bottom, mRx, mRy, getPaint(renderer));
1086 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy);
1094 mLocalBounds.getWidth(), mLocalBounds.getHeight(), mRx, mRy);
1102 float mRy; member in class:android::uirenderer::DrawRoundRectOp
1110 mRx(rx), mRy(ry) {}
1114 *mRx, *mRy, getPaint(renderer));
1119 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy);
1130 float* mRy; member in class:android::uirenderer::DrawRoundRectPropsOp
H A DPathCache.h127 float mRy; member in struct:android::uirenderer::PathDescription::Shape::RoundRect
H A DPathCache.cpp510 entry.shape.roundRect.mRy = ry;

Completed in 400 milliseconds