Home | History | Annotate | Download | only in context

Lines Matching refs:Translate

687 void PlatformGraphicsContextRecording::translate(float x, float y)
690 appendStateOperation(NEW_OP(Translate)(x, y));