HomeSort by relevance Sort by last modified time
    Searched defs:scales (Results 1 - 24 of 24) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 58 private CompactVector3Array scales; field in class:BoneTrack
85 * @param scales the scale of the bone for each frame
87 public BoneTrack(int targetBoneIndex, float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) {
89 this.setKeyframes(times, translations, rotations, scales);
116 * returns the array of scales for this track
120 return scales == null ? null : scales.toObjectArray();
162 * Set the translations, rotations and scales for this bone track
166 * @param scales the scale of the bone for each frame
168 public void setKeyframes(float[] times, Vector3f[] translations, Quaternion[] rotations, Vector3f[] scales) {
275 Vector3f[] scales = new Vector3f[tablesLength]; local
    [all...]
SpatialTrack.java 32 * Scales of the track.
34 private CompactVector3Array scales; field in class:SpatialTrack
53 * @param scales
57 Quaternion[] rotations, Vector3f[] scales) {
58 setKeyframes(times, translations, rotations, scales);
84 if (scales != null) {
85 scales.get(0, tempS);
92 if (scales != null) {
93 scales.get(lastFrame, tempS);
110 if (scales != null) {
    [all...]
AnimationFactory.java 138 * scales array for this animation
140 protected Vector3f[] scales; field in class:AnimationFactory
172 scales = new Vector3f[totalFrames];
392 SpatialTrack spatialTrack = new SpatialTrack(times, translations, rotations, scales);
437 scales[j] = FastMath.interpolateLinear(val, (Vector3f) keyFrames[i], (Vector3f) keyFrames[key]);
455 scales[j] = ((Vector3f) keyFrames[i]).clone();
  /external/skia/gm/
dftext.cpp 52 SkScalar scales[] = { 2.0f*5.0f, 5.0f, 2.0f, 1.0f }; variable
89 canvas->scale(scales[i], scales[i]);
92 y += paint.getFontMetrics(NULL)*scales[i];
118 SkScalar scaleFactor = SkScalarInvert(scales[arraySize - i - 1]);
imagefiltersscaled.cpp 109 SkVector scales[] = { local
122 for (size_t j = 0; j < SK_ARRAY_COUNT(scales); ++j) {
130 canvas->scale(scales[j].fX, scales[j].fY);
139 canvas->translate(r.width() * scales[j].fX + margin, 0);
142 canvas->translate(0, r.height() * scales[j].fY + margin);
blurrect.cpp 116 SkScalar scales[] = { SK_Scalar1, 0.6f }; variable
118 for (size_t s = 0; s < SK_ARRAY_COUNT(scales); ++s) {
133 canvas->scale(scales[s], scales[s]);
143 canvas->translate(0, SK_ARRAY_COUNT(procs) * r.height() * 4/3 * scales[s]);
146 canvas->translate(4 * r.width() * 4/3 * scales[s], 0);
convex_all_line_paths.cpp 267 const float scales[] = { 1.0f, 0.75f, 0.5f, 0.25f, 0.1f, 0.01f, 0.001f }; local
272 for (size_t i = 0; i < SK_ARRAY_COUNT(scales); ++i) {
277 canvas->scale(scales[i], scales[i]);
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
SkeletonLoader.java 76 private ArrayList<Vector3f> scales = new ArrayList<Vector3f>(); field in class:SkeletonLoader
188 scales.add(scale);
190 scales.add(new Vector3f(1,1,1));
206 Vector3f[] scalesArray = scales.toArray(new Vector3f[scales.size()]);
217 scales.clear();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintSizeLike.java 64 Vector3f[] scales = track.getScales(); local
65 int maxFrames = scales.length;
67 this.sizeLike(scales[frame], targetScale, ipo.calculateValue(frame));
69 track.setKeyframes(track.getTimes(), track.getTranslations(), track.getRotations(), scales); local
ConstraintSizeLimit.java 83 Vector3f[] scales = track.getScales(); local
84 int maxFrames = scales.length;
86 this.sizeLimit(scales[frame], ipo.calculateValue(frame));
88 track.setKeyframes(track.getTimes(), track.getTranslations(), track.getRotations(), scales); local
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestSpatialAnim.java 60 Vector3f[] scales = new Vector3f[totalFrames]; local
67 scales[i] = Vector3f.UNIT_XYZ;
69 SpatialTrack spatialTrack = new SpatialTrack(times, translations, rotations, scales);
  /external/jpeg/
jddctmgr.c 266 static const unsigned short scales[DCTSIZE2] = { local
281 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2;
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 205 SkScalar scales[2]; local
206 if (!matrix.getMinMaxScales(scales) || scales[0] < SK_Scalar1) {
212 // At this point if scales[1] == SK_Scalar1 then the matrix doesn't do any scaling.
213 if (scales[1] == SK_Scalar1) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
CalculationBone.java 27 private Vector3f[] scales; field in class:CalculationBone
38 this.scales = new Vector3f[boneFramesCount];
42 Arrays.fill(this.scales, 0, boneFramesCount, this.startScale);
58 this.scales = track.getScales();
107 if (scales != null) {
108 scales[frame].set(this.getLocalScale());
115 track.setKeyframes(track.getTimes(), translations, rotations, scales); local
118 bone.setUserTransforms(translations[0], rotations[0], scales[0]);
Ipo.java 139 Vector3f[] scales = new Vector3f[framesAmount + 1]; local
226 scales[index] = new Vector3f(scale[0], scale[1], scale[2]);
229 calculatedTrack = new SpatialTrack(times, translations, rotations, scales);
231 calculatedTrack = new BoneTrack(targetIndex, times, translations, rotations, scales);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 157 LLVMValueRef scales[4]; local
201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
216 scales[i] = lp_build_const_float(gallivm, 1.0 / mask);
220 scales[i] = lp_build_const_float(gallivm, 1.0);
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
273 LLVMValueRef scales[4]; local
307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context));
318 scales[i] = lp_build_const_float(gallivm, mask);
322 scales[i] = lp_build_const_float(gallivm, 1.0);
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), "")
    [all...]
  /external/skia/tests/
MatrixTest.cpp 162 SkScalar scales[2]; local
169 success = identity.getMinMaxScales(scales);
170 REPORTER_ASSERT(reporter, success && SK_Scalar1 == scales[0] && SK_Scalar1 == scales[1]);
176 success = scale.getMinMaxScales(scales);
177 REPORTER_ASSERT(reporter, success && SK_Scalar1 * 2 == scales[0] && SK_Scalar1 * 4 == scales[1]);
184 success = rot90Scale.getMinMaxScales(scales);
185 REPORTER_ASSERT(reporter, success && SK_Scalar1 / 4 == scales[0] && SK_Scalar1 / 2 == scales[1])
246 SkScalar scales[2]; local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 899 final String[] scales = getResources().getStringArray(R.array.animation_scale_values); local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 372 milliseconds