Searched defs:factor (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DDecelerateInterpolator.java35 * @param factor Degree to which the animation should be eased. Setting factor to 1.0f produces
36 * an upside-down y=x^2 parabola. Increasing factor above 1.0f makes exaggerates the
39 public DecelerateInterpolator(float factor) { argument
40 mFactor = factor;
H A DAccelerateInterpolator.java40 * @param factor Degree to which the animation should be eased. Seting
41 * factor to 1.0f produces a y=x^2 parabola. Increasing factor above
45 public AccelerateInterpolator(float factor) { argument
46 mFactor = factor;
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dps_decorrelate.cpp381 Int32 factor = aTransRatio[NO_BINS-2]; local
414 aRightReal[sb] = fxp_mul32_Q31(factor, tmp) << 1;
415 aRightImag[sb] = fxp_mul32_Q31(factor, tmp2) << 1;
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) argument
1109 c->polygonOffset.factor = factor;
1113 void glPolygonOffset(GLfloat factor, GLfloat units) argument
1116 c->polygonOffset.factor = gglFloatToFixed(factor);
H A Dprimitives.cpp265 // factor for deltas/area:
666 const GLfixed factor = c->polygonOffset.factor; local
667 if (factor) {
672 + uint32_t((maxDepthSlope*factor)>>16) + units;
/frameworks/base/tools/aapt/
H A DImages.cpp1060 float factor = ((float)newSize)/oldSize; local
1061 int percent = (int)(factor*100);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2863 /* void glPolygonOffset ( GLfloat factor, GLfloat units ) */
2866 (JNIEnv *_env, jobject _this, jfloat factor, jfloat units) {
2868 (GLfloat)factor,
2873 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
2876 (JNIEnv *_env, jobject _this, jint factor, jint units) {
2878 (GLfixed)factor,
2865 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
2875 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
H A Dandroid_opengl_GLES11Ext.cpp1438 /* void glPolygonOffsetxOES ( GLfixed factor, GLfixed units ) */
1441 (JNIEnv *_env, jobject _this, jint factor, jint units) {
1443 (GLfixed)factor,
1440 android_glPolygonOffsetxOES__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
H A Dandroid_opengl_GLES20.cpp3410 /* void glPolygonOffset ( GLfloat factor, GLfloat units ) */
3413 (JNIEnv *_env, jobject _this, jfloat factor, jfloat units) {
3415 (GLfloat)factor,
3412 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp2989 /* void glPolygonOffset ( GLfloat factor, GLfloat units ) */
2992 (JNIEnv *_env, jobject _this, jfloat factor, jfloat units) {
2994 (GLfloat)factor,
2999 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
3002 (JNIEnv *_env, jobject _this, jint factor, jint units) {
3004 (GLfixed)factor,
2991 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
3001 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java245 public void setCompatibilityScaling(float factor) { argument
246 if (factor == 1.0) {
251 mCompatScaling = factor;
252 mInvCompatScaling = 1.0f/factor;
843 * Return the paint's horizontal scale factor for text. The default value
846 * @return the paint's scale factor in X for drawing/measuring text
851 * Set the paint's horizontal scale factor for text. The default value
860 * Return the paint's horizontal skew factor for text. The default value
863 * @return the paint's skew factor in X for drawing text.
868 * Set the paint's horizontal skew factor fo
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java613 // C function void glPolygonOffsetxOES ( GLfixed factor, GLfixed units )
616 int factor,
615 glPolygonOffsetxOES( int factor, int units ) argument
H A DGLErrorWrapper.java639 public void glPolygonOffset(float factor, float units) { argument
641 mgl.glPolygonOffset(factor, units);
645 public void glPolygonOffsetx(int factor, int units) { argument
647 mgl.glPolygonOffsetx(factor, units);
H A DGLES10.java1015 // C function void glPolygonOffset ( GLfloat factor, GLfloat units )
1018 float factor,
1022 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
1025 int factor,
1017 glPolygonOffset( float factor, float units ) argument
1024 glPolygonOffsetx( int factor, int units ) argument
H A DGLLogWrapper.java303 private String getFactor(int factor) { argument
304 switch(factor) {
329 return getHex(factor);
2216 public void glPolygonOffset(float factor, float units) { argument
2218 arg("factor", factor);
2221 mgl.glPolygonOffset(factor, units);
2225 public void glPolygonOffsetx(int factor, int units) { argument
2227 arg("factor", factor);
[all...]
H A DGLES20.java1249 // C function void glPolygonOffset ( GLfloat factor, GLfloat units )
1252 float factor,
1251 glPolygonOffset( float factor, float units ) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint.java291 public void setCompatibilityScaling(float factor) { argument
292 super.setCompatibilityScaling(factor);
701 * Return the paint's horizontal scale factor for text. The default value
704 * @return the paint's scale factor in X for drawing/measuring text
712 * Set the paint's horizontal scale factor for text. The default value
726 * Return the paint's horizontal skew factor for text. The default value
729 * @return the paint's skew factor in X for drawing text.
737 * Set the paint's horizontal skew factor for text. The default value
740 * @param skewX set the paint's skew factor in X for drawing text.
/frameworks/base/include/private/opengles/
H A Dgl_context.h171 GLfixed factor; member in struct:android::gl::polygon_offset_t
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java839 // C function void glPolygonOffset ( GLfloat factor, GLfloat units )
842 float factor,
846 // C function void glPolygonOffsetx ( GLfixed factor, GLfixed units )
849 int factor,
841 glPolygonOffset( float factor, float units ) argument
848 glPolygonOffsetx( int factor, int units ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java777 float factor,
782 int factor,
776 glPolygonOffset( float factor, float units ) argument
781 glPolygonOffsetx( int factor, int units ) argument

Completed in 379 milliseconds