Searched refs:mRx (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListOp.h | 1013 : 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() 1036 float mRx; 1045 mRx(rx), mRy(ry) {} in DrawRoundRectPropsOp() 1049 *mRx, *mRy, mPaint); in applyDraw() 1054 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy); in output() 1064 float* mRx; variable
|
D | PathCache.cpp | 46 return compareWidthHeight(lhs, rhs) && lhs.mRx == rhs.mRx && lhs.mRy == rhs.mRy; in compareRoundRects() 466 entry.shape.roundRect.mRx = rx; in getRoundRect()
|
D | PathCache.h | 138 float mRx; member
|
D | SkiaCanvas.cpp | 782 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() 798 sp<uirenderer::CanvasPropertyPrimitive> mRx; member in android::AnimatedRoundRect
|