/external/webkit/WebCore/platform/graphics/wx/ |
GraphicsContextWx.cpp | 378 void GraphicsContext::rotate(float angle) 383 gc->Rotate(angle);
|
/external/webkit/WebCore/rendering/ |
SVGRootInlineBox.cpp | 209 // Spec: If the 'glyph-orientation-horizontal' results in an orientation angle that is not a multiple of 212 // Spec: If if the 'glyph-orientation-vertical' results in an orientation angle that is not a multiple of [all...] |
/frameworks/base/include/camera/ |
CameraParameters.h | 180 // Horizontal angle of view in degrees. 183 // Vertical angle of view in degrees.
|
/frameworks/base/libs/camera/ |
CameraParameters.cpp | 61 const char CameraParameters::KEY_HORIZONTAL_VIEW_ANGLE[] = "horizontal-view-angle"; 62 const char CameraParameters::KEY_VERTICAL_VIEW_ANGLE[] = "vertical-view-angle";
|
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | [all...] |
GLES10.java | [all...] |
GLU.java | 101 * @param fovy specifies the field of view angle, in degrees, in the Y
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 803 float angle, 810 int angle,
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 555 GLAPI void APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z); 556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassRS.java | 67 public float angle; field in class:GrassRS.BladesStruct 332 blades.angle = 0.0f;
|
/development/apps/OBJViewer/com/android/objviewer/ |
OBJViewer.java | 223 // Increment the rotation angle
|
/external/freetype/src/autofit/ |
aftypes.h | 129 * compute the angle of a given 2-D vector
|
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 103 // scale angle for easy argument reduction
|
/external/skia/src/core/ |
SkStrokerPriv.cpp | 201 check if we're trying to join an upright right angle
|
/external/webkit/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 89 case 0x2039: /* SINGLE LEFT-POINTING ANGLE QUOTATION MARK */ 90 case 0x203A: /* SINGLE RIGHT-POINTING ANGLE QUOTATION MARK */ 103 case 0x3008: /* LEFT ANGLE BRACKET */ 113 case 0xFE3F: /* PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET */ [all...] |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 79 public static final int TARGET_ANGLE = 18; // > this angle means crash 131 * Current difficulty -- amount of fuel, allowed angle, etc. Default is 151 /** Allowed angle. */ [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 1216 double angle=0.0, aoffset=0.0, maxDist, dist; local 1985 double angle=0.0, aoffset=0.0, maxDist, dist; local [all...] |
rpng2-win.c | 946 double angle=0.0, aoffset=0.0, maxDist, dist; local [all...] |
/frameworks/base/opengl/libs/ |
entries.in | 264 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) 265 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z) 266 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 568 * @param degrees the angle that the picture will be rotated clockwise. 738 private static final String KEY_HORIZONTAL_VIEW_ANGLE = "horizontal-view-angle"; 739 private static final String KEY_VERTICAL_VIEW_ANGLE = "vertical-view-angle"; [all...] |
/external/libxml2/ |
c14n.c | [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | [all...] |