Home | History | Annotate | Download | only in graphics

Lines Matching refs:sinValue

310     /*package*/ static void native_setSinCos(long native_object, float sinValue, float cosValue,
323 d.postTransform(getRotate(sinValue, cosValue));
329 /*package*/ static void native_setSinCos(long native_object, float sinValue, float cosValue) {
335 setRotate(d.mValues, sinValue, cosValue);