Searched refs:Value (Results 1 – 3 of 3) sorted by relevance
/development/ndk/sources/android/ndk_helper/ |
D | tapCamera.cpp | 215 vec.Value( x_diff, y_diff ); in BeginPinch() 252 vec.Value( x_diff, y_diff ); in Pinch()
|
D | vecmath.h | 233 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/ |
D | MoreTeapotsRenderer.cpp | 320 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()
|