HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 226 - 250 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 54 * If enabled, user can control bone transform with setUserTransforms.
63 * Initial transform is the local bind transform of this bone.
70 * The inverse world bind transform.
77 * The local animated transform combined with the local bind transform and parent world transform
89 private Transform tmpTransform = new Transform();
230 * The bind pose transform of the bone is its "default
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 44 import com.jme3.math.Transform;
71 * When true, the geometry's transform will not be applied.
86 protected Transform prevBatchTransforms = null;
136 * @param ignoreTransform If true, the geometry's transform will not be applied.
280 // we do not transform the model bound by the world transform,
284 worldBound = mesh.getBound().transform(worldTransform, worldBound);
313 prevBatchTransforms = new Transform();
373 * Indicate that the transform of this spatial has changed and that
384 * This will require a localized transform update for this geometry
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 68 if (ctx->Transform.ClipPlanesEnabled) {
69 GLuint nr_planes = 6 + _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
239 if (ctx->Transform.ClipPlanesEnabled & (1<<j)) {
brw_clip_state.c 99 if (!ctx->Transform.DepthClamp)
brw_vs_state.c 92 if (ctx->Transform.ClipPlanesEnabled && !brw->vs.prog_data->uses_new_param_layout) {
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 110 gfx::Transform transform; local
111 transform.Translate(0, animation->CurrentValueBetween(
113 transform.Scale(animation->GetCurrentValue(),
115 layer()->SetTransform(transform);
  /external/chromium_org/ash/wm/
workspace_controller.cc 115 ui::LayerAnimationElement::TRANSFORM,
124 viewport_->layer()->SetTransform(gfx::Transform());
  /external/chromium_org/cc/animation/
keyframed_animation_curve.h 137 virtual gfx::Transform GetValue(double t) const OVERRIDE;
  /external/chromium_org/cc/base/
math_util_unittest.cc 14 #include "ui/gfx/transform.h"
20 // In this case, the m33() element of the transform becomes zero, which could
23 gfx::Transform transform; local
24 transform.MakeIdentity();
25 transform.matrix().setDouble(2, 2, 0);
28 gfx::RectF projected_rect = MathUtil::ProjectClippedRect(transform, rect);
  /external/chromium_org/cc/layers/
picture_layer_impl.h 109 gfx::Transform last_screen_space_transform_;
layer_impl.cc 310 gfx::Transform inverse_screen_space_transform(
311 gfx::Transform::kSkipInitialization);
314 // transform is uninvertible here. Perhaps we should be returning
458 const gfx::Transform& gfx_transform = draw_properties_.target_space_transform;
459 double transform[16]; local
460 gfx_transform.matrix().asColMajord(transform);
463 list->AppendDouble(transform[i]);
561 void LayerImpl::OnTransformAnimated(const gfx::Transform& transform) {
562 SetTransform(transform);
    [all...]
  /external/chromium_org/courgette/
patch_generator_x86_32.h 54 Status Transform(SourceStreamSet* corrected_parameters,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.cpp 35 DEFINE_ANIMATED_TRANSFORM_LIST(SVGGraphicsElement, SVGNames::transformAttr, Transform, transform)
38 REGISTER_LOCAL_ANIMATED_PROPERTY(transform)
72 TransformationMatrix transform; local
73 style->applyTransform(transform, renderer()->objectBoundingBox());
75 // Flatten any 3D transform.
76 matrix = transform.toAffineTransform();
173 path.transform(animatedLocalTransform());
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_state.c 99 if (!ctx->Transform.DepthClamp)
brw_vs_state.c 92 if (ctx->Transform.ClipPlanesEnabled && !brw->vs.prog_data->uses_new_param_layout) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
enable.c 316 if ((ctx->Transform.ClipPlanesEnabled & (1 << p))
323 ctx->Transform.ClipPlanesEnabled |= (1 << p);
327 ctx->Transform.ClipPlanesEnabled &= ~(1 << p);
591 if (ctx->Transform.Normalize == state)
594 ctx->Transform.Normalize = state;
648 if (ctx->Transform.RescaleNormals == state)
651 ctx->Transform.RescaleNormals = state;
809 if (ctx->Transform.RasterPositionUnclipped == state)
812 ctx->Transform.RasterPositionUnclipped = state;
976 if (ctx->Transform.DepthClamp == state
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 63 import com.jme3.math.Transform;
117 private com.bulletphysics.linearmath.Transform sweepTrans1 = new com.bulletphysics.linearmath.Transform(new javax.vecmath.Matrix3f());
118 private com.bulletphysics.linearmath.Transform sweepTrans2 = new com.bulletphysics.linearmath.Transform(new javax.vecmath.Matrix3f());
691 public List<PhysicsSweepTestResult> sweepTest(CollisionShape shape, Transform start, Transform end) {
707 public List<PhysicsSweepTestResult> sweepTest(CollisionShape shape, Transform start, Transform end, List<PhysicsSweepTestResult> results) {
    [all...]
  /external/mesa3d/src/mesa/main/
enable.c 316 if ((ctx->Transform.ClipPlanesEnabled & (1 << p))
323 ctx->Transform.ClipPlanesEnabled |= (1 << p);
327 ctx->Transform.ClipPlanesEnabled &= ~(1 << p);
591 if (ctx->Transform.Normalize == state)
594 ctx->Transform.Normalize = state;
648 if (ctx->Transform.RescaleNormals == state)
651 ctx->Transform.RescaleNormals = state;
809 if (ctx->Transform.RasterPositionUnclipped == state)
812 ctx->Transform.RasterPositionUnclipped = state;
976 if (ctx->Transform.DepthClamp == state
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 104 mCurrentState.transform.set(0, 0);
289 // a viewport clipping and a window transform. we should use floating point to fix this.
296 activeCrop = s.transform.transform(activeCrop);
298 activeCrop = s.transform.inverse().transform(activeCrop);
308 // Transform the window crop to match the buffer coordinate system,
309 // which means using the inverse of the current transform set on the
320 const Rect winCrop = activeCrop.transform(
353 // this gives us only the "orientation" component of the transform
518 uint32_t transform = hw->getOrientationTransform(); local
    [all...]
  /external/chromium_org/media/base/
audio_converter.cc 156 channel_mixer_->Transform(temp_dest, dest);
236 channel_mixer_->Transform(temp_dest, dest);
channel_mixer_unittest.cc 44 mixer.Transform(input_bus.get(), output_bus.get());
130 mixer.Transform(input_bus.get(), output_bus.get());
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 250 raster->depth_clip = ctx->Transform.DepthClamp == GL_FALSE;
251 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLimit.java 7 import com.jme3.math.Transform;
101 Transform ownerTransform = this.owner.getTransform();
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 113 // Transform each operand.
162 // Transform each operand.
221 PostIncTransform Transform(Kind, Loops, SE, DT);
222 return Transform.TransformSubExpr(S, User, OperandValToReplace);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 250 raster->depth_clip = ctx->Transform.DepthClamp == GL_FALSE;
251 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled;

Completed in 2702 milliseconds

1 2 3 4 5 6 7 8 91011>>