Home
last modified time | relevance | path

Searched refs:mRy (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListOp.h1013 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {} in DrawRoundRectOp()
1017 mLocalBounds.right, mLocalBounds.bottom, mRx, mRy, mPaint); in applyDraw()
1021 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy); in output()
1029 mLocalBounds.getWidth(), mLocalBounds.getHeight(), mRx, mRy); in onDefer()
1037 float mRy; variable
1045 mRx(rx), mRy(ry) {} in DrawRoundRectPropsOp()
1049 *mRx, *mRy, mPaint); in applyDraw()
1054 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy); in output()
1065 float* mRy; variable
DPathCache.cpp46 return compareWidthHeight(lhs, rhs) && lhs.mRx == rhs.mRx && lhs.mRy == rhs.mRy; in compareRoundRects()
467 entry.shape.roundRect.mRy = ry; in getRoundRect()
DPathCache.h139 float mRy; member
DSkiaCanvas.cpp782 mLeft(left), mTop(top), mRight(right), mBottom(bottom), mRx(rx), mRy(ry), mPaint(p) {} in AnimatedRoundRect()
790 canvas->drawRoundRect(rect, mRx->value, mRy->value, mPaint->value); in onDraw()
799 sp<uirenderer::CanvasPropertyPrimitive> mRy; member in android::AnimatedRoundRect