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

/frameworks/base/libs/hwui/
H A DPathCache.h125 float mRy; 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);
1211 float mRy; member in class:android::uirenderer::DrawRoundRectOp
H A DPathCache.cpp515 entry.shape.roundRect.mRy = ry;

Completed in 67 milliseconds