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

/frameworks/base/libs/hwui/
H A DPathCache.h124 float mRx; member in struct:android::uirenderer::PathDescription::Shape::RoundRect
H A DDisplayListOp.h1196 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1200 mLocalBounds.right, mLocalBounds.bottom, mRx, mRy, getPaint(renderer));
1204 OP_LOG("Draw RoundRect "RECT_STRING", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy);
1210 float mRx; member in class:android::uirenderer::DrawRoundRectOp
H A DPathCache.cpp514 entry.shape.roundRect.mRx = rx;

Completed in 192 milliseconds