Lines Matching refs:mY
1140 mX(x), mY(y), mRadius(radius) {} in DrawCircleOp()
1143 return renderer.drawCircle(mX, mY, mRadius, getPaint(renderer)); in applyDraw()
1147 OP_LOG("Draw Circle x %f, y %f, r %f", mX, mY, mRadius); in output()
1154 float mY; variable
1161 : DrawOp(paint), mX(x), mY(y), mRadius(radius) {} in DrawCirclePropsOp()
1164 return renderer.drawCircle(*mX, *mY, *mRadius, getPaint(renderer)); in applyDraw()
1168 OP_LOG("Draw Circle Props x %p, y %p, r %p", mX, mY, mRadius); in output()
1175 float* mY; variable
1377 mX(x), mY(y), mPositions(positions), mTotalAdvance(totalAdvance) { in DrawTextOp()
1409 return renderer.drawText(mText, mBytesCount, mCount, mX, mY, in applyDraw()
1424 status |= renderer.drawText(op.mText, op.mBytesCount, op.mCount, op.mX, op.mY, in multiDraw()
1442 float mY; variable
1586 : DrawOp(NULL), mLayer(layer), mX(x), mY(y) {} in DrawLayerOp()
1589 return renderer.drawLayer(mLayer, mX, mY); in applyDraw()
1593 OP_LOG("Draw Layer %p at %f %f", mLayer, mX, mY); in output()
1601 float mY; variable