Home | History | Annotate | Download | only in graphics

Lines Matching refs:sinValue

313     /*package*/ static void nSetSinCos(long native_object, float sinValue, float cosValue,
326 d.postTransform(getRotate(sinValue, cosValue));
332 /*package*/ static void nSetSinCos(long native_object, float sinValue, float cosValue) {
338 setRotate(d.mValues, sinValue, cosValue);