Home
last modified time | relevance | path

Searched defs:cosValue (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DMatrixNatives.java76 long nObject, float sinValue, float cosValue, float px, float py); in nSetSinCos()
78 public static native void nSetSinCos(long nObject, float sinValue, float cosValue); in nSetSinCos()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeMatrix.java131 long nObject, float sinValue, float cosValue, float px, float py) { in nSetSinCos()
136 protected static void nSetSinCos(long nObject, float sinValue, float cosValue) { in nSetSinCos()
DShadowLegacyMatrix.java146 protected void setSinCos(float sinValue, float cosValue, float px, float py) { in setSinCos()
152 protected void setSinCos(float sinValue, float cosValue) { in setSinCos()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp416 float cosValue = cos(fRadian); in Rotate() local