Searched defs:mRx (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathCache.h124 float mRx; member in struct:android::uirenderer::PathDescription::Shape::RoundRect
H A DDisplayListOp.h1040 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1044 mLocalBounds.right, mLocalBounds.bottom, mRx, mRy, getPaint(renderer));
1048 OP_LOG("Draw RoundRect "RECT_STRING", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy);
1054 float mRx; member in class:android::uirenderer::DrawRoundRectOp

Completed in 143 milliseconds