HomeSort by relevance Sort by last modified time
    Searched full:jfloat (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 55 jint bidiFlags, jfloat x, jfloat y, SkPath *path) {
69 jfloat* resultAdvances, jfloat* resultTotalAdvance) {
76 memcpy(resultAdvances, value->getAdvances(), value->getAdvancesCount() * sizeof(jfloat));
84 jint bidiFlags, jfloat x, jfloat y, SkPath *path) {
90 int bidiFlags, jfloat hOffset, jfloat vOffset,
Canvas.cpp 150 jfloat l, jfloat t, jfloat r, jfloat b,
171 jfloat l, jfloat t, jfloat r, jfloat b,
205 static void translate(JNIEnv* env, jobject jcanvas, jfloat dx, jfloat dy)
    [all...]
TextLayoutCache.h 132 inline const jfloat* getAdvances() const { return mAdvances.array(); }
134 inline jfloat getTotalAdvance() const { return mTotalAdvance; }
138 inline const jfloat* getPos() const { return mPos.array(); }
144 Vector<jfloat> mAdvances;
149 jfloat mTotalAdvance;
164 Vector<jfloat> mPos;
215 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, SkRect* outBounds,
216 Vector<jchar>* const outGlyphs, Vector<jfloat>* const outPos);
220 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, SkRect* outBounds
    [all...]
Paint.cpp 188 static jfloat getStrokeWidth(JNIEnv* env, jobject paint) {
193 static void setStrokeWidth(JNIEnv* env, jobject paint, jfloat width) {
198 static jfloat getStrokeMiter(JNIEnv* env, jobject paint) {
203 static void setStrokeMiter(JNIEnv* env, jobject paint, jfloat miter) {
314 static jfloat getTextSize(JNIEnv* env, jobject paint) {
319 static void setTextSize(JNIEnv* env, jobject paint, jfloat textSize) {
324 static jfloat getTextScaleX(JNIEnv* env, jobject paint) {
329 static void setTextScaleX(JNIEnv* env, jobject paint, jfloat scaleX) {
334 static jfloat getTextSkewX(JNIEnv* env, jobject paint) {
339 static void setTextSkewX(JNIEnv* env, jobject paint, jfloat skewX)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_HingeJoint.cpp 49 (JNIEnv * env, jobject object, jlong jointId, jboolean enable, jfloat targetVelocity, jfloat maxMotorImpulse) {
80 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_HingeJoint_getMotorTargetVelocity
96 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_HingeJoint_getMaxMotorImpulse
113 (JNIEnv * env, jobject object, jlong jointId, jfloat low, jfloat high) {
129 (JNIEnv * env, jobject object, jlong jointId, jfloat low, jfloat high, jfloat softness, jfloat biasFactor, jfloat relaxationFactor)
    [all...]
com_jme3_bullet_collision_PhysicsCollisionEvent.h 23 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulse
31 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral1
39 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral2
47 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedFriction
55 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedRestitution
63 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getDistance1
com_jme3_bullet_objects_PhysicsVehicle.h 82 (JNIEnv *, jobject, jlong, jobject, jobject, jobject, jfloat, jfloat, jobject, jboolean);
98 (JNIEnv *, jobject, jlong, jint, jfloat);
106 (JNIEnv *, jobject, jlong, jint, jfloat);
114 (JNIEnv *, jobject, jlong, jint, jfloat);
121 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsVehicle_getCurrentVehicleSpeedKmHour
com_jme3_bullet_joints_SliderJoint.cpp 48 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit
65 (JNIEnv * env, jobject object, jlong jointId, jfloat value) {
80 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit
97 (JNIEnv * env, jobject object, jlong jointId, jfloat value) {
112 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit
129 (JNIEnv * env, jobject object, jlong jointId, jfloat value) {
144 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getUpperAngLimit
161 (JNIEnv * env, jobject object, jlong jointId, jfloat value) {
176 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirLin
193 (JNIEnv * env, jobject object, jlong jointId, jfloat value)
    [all...]
com_jme3_bullet_joints_SixDofSpringJoint.h 24 (JNIEnv *, jobject, jlong, jint, jfloat);
32 (JNIEnv *, jobject, jlong, jint, jfloat);
com_jme3_bullet_joints_PhysicsJoint.h 15 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse
com_jme3_bullet_objects_PhysicsGhostObject.h 130 (JNIEnv *, jobject, jlong, jfloat);
138 (JNIEnv *, jobject, jlong, jfloat);
145 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdSweptSphereRadius
153 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdMotionThreshold
161 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsGhostObject_getCcdSquareMotionThreshold
com_jme3_bullet_objects_VehicleWheel.cpp 82 (JNIEnv *env, jobject object, jlong vehicleId, jint wheelIndex, jfloat suspensionStiffness, jfloat wheelsDampingRelaxation, jfloat wheelsDampingCompression, jfloat frictionSlip, jfloat rollInfluence, jfloat maxSuspensionTravelCm, jfloat maxSuspensionForce, jfloat radius, jboolean frontWheel, jfloat restLength) {
134 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getSkidInf
    [all...]
com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp 48 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLoLimit
65 (JNIEnv *env, jobject object, jlong motorId, jfloat value) {
80 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getHiLimit
97 (JNIEnv *env, jobject object, jlong motorId, jfloat value) {
112 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getTargetVelocity
129 (JNIEnv *env, jobject object, jlong motorId, jfloat value) {
144 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxMotorForce
161 (JNIEnv *env, jobject object, jlong motorId, jfloat value) {
176 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxLimitForce
193 (JNIEnv *env, jobject object, jlong motorId, jfloat value)
    [all...]
com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp 50 (JNIEnv * env, jobject object, jint heightStickWidth, jint heightStickLength, jobject heightfieldData, jfloat heightScale, jfloat minHeight, jfloat maxHeight, jint upAxis, jboolean flipQuadEdges) {
com_jme3_bullet_objects_PhysicsCharacter.cpp 81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) {
152 (JNIEnv *env, jobject object, jlong objectId, jfloat value) {
168 (JNIEnv *env, jobject object, jlong objectId, jfloat value) {
184 (JNIEnv *env, jobject object, jlong objectId, jfloat value) {
199 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsCharacter_getGravity
216 (JNIEnv *env, jobject object, jlong objectId, jfloat value) {
231 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsCharacter_getMaxSlope
296 (JNIEnv *env, jobject object, jlong objectId, jfloat value) {
312 (JNIEnv *env, jobject object, jlong objectId, jfloat value) {
327 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdSweptSphereRadiu
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 37 jfloat result[2];
45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray)
64 jfloat result[2];
exposure.h 27 JNIEXPORT jfloat JNICALL
31 JNIEXPORT jfloat JNICALL
brightness.h 27 JNIEXPORT jfloat JNICALL
  /libcore/luni/src/main/native/
java_lang_Float.cpp 33 static jint Float_floatToIntBits(JNIEnv*, jclass, jfloat val) {
40 jint Float_floatToRawIntBits(JNIEnv*, jclass, jfloat val) {
46 jfloat Float_intBitsToFloat(JNIEnv*, jclass, jint val) {
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 217 static jfloat android_view_GLES20DisplayList_getAlpha(JNIEnv* env,
222 static jfloat android_view_GLES20DisplayList_getLeft(JNIEnv* env,
227 static jfloat android_view_GLES20DisplayList_getTop(JNIEnv* env,
232 static jfloat android_view_GLES20DisplayList_getRight(JNIEnv* env,
237 static jfloat android_view_GLES20DisplayList_getBottom(JNIEnv* env,
242 static jfloat android_view_GLES20DisplayList_getCameraDistance(JNIEnv* env,
247 static jfloat android_view_GLES20DisplayList_getScaleX(JNIEnv* env,
252 static jfloat android_view_GLES20DisplayList_getScaleY(JNIEnv* env,
257 static jfloat android_view_GLES20DisplayList_getTranslationX(JNIEnv* env,
262 static jfloat android_view_GLES20DisplayList_getTranslationY(JNIEnv* env
    [all...]
android_view_GLES20Canvas.cpp 193 static jfloat android_view_GLES20Canvas_getOverdraw(JNIEnv* env, jobject clazz,
270 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom,
283 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom,
300 OpenGLRenderer* renderer, jfloat left, jfloat top, jfloat right, jfloat bottom)
    [all...]
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.h 38 jfloat x, jfloat y, jlong time_ms);
  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.cpp 40 jfloat aggressiveness) {
66 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
99 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 641 static_cast<jfloat>(rect.x()),
642 static_cast<jfloat>(rect.y()),
643 static_cast<jfloat>(rect.width()),
644 static_cast<jfloat>(rect.height()));
    [all...]
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.h 42 jfloat exposureValue);

Completed in 1030 milliseconds

12 3 4 5 6 7 8 9