Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 3 of 3) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DtapCamera.cpp215 vec.Value( x_diff, y_diff ); in BeginPinch()
252 vec.Value( x_diff, y_diff ); in Pinch()
Dvecmath.h233 void Value( float& fX, float& fY ) in Value() function
473 void Value( float& fX, float& fY, float& fZ ) in Value() function
733 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() function
1106 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() function
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsRenderer.cpp320 vec_current_rotations_[i].Value( fX, fY ); in Render()
348 vec_colors_[i].Value( x, y, z ); in Render()
353 vec_current_rotations_[i].Value( x, y ); in Render()