/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramEffects.h | 193 * Helper for setData(). Sets all the transform matrices for an effect. 197 struct Transform { 198 Transform() { fCurrentValue = SkMatrix::InvalidMatrix(); } 204 SkTArray<SkSTArray<2, Transform, true> > fTransforms; 269 * Helper for emitEffect(). Allocates texture units from the builder for each transform in an 282 * Helper for setData(). Sets the TexGen state for each transform in an effect.
|
/external/chromium_org/ui/compositor/ |
layer_animation_element.h | 18 #include "ui/gfx/transform.h" 31 TRANSFORM = 0, 49 gfx::Transform transform; member in struct:ui::LayerAnimationElement::TargetValue 64 // Creates an element that transitions to the given transform. The caller owns 67 const gfx::Transform& transform, 70 // Creates an element that counters a transition to the given transform. 75 const gfx::Transform& base_transform, 84 // interpolated transform. The element accepts ownership of the interpolate [all...] |
layer_animator.h | 24 class Transform; 63 // Sets the transform on the delegate. May cause an implicit animation. 64 virtual void SetTransform(const gfx::Transform& transform); 65 gfx::Transform GetTargetTransform() const;
|
/external/chromium_org/ui/views/corewm/ |
window_animations_unittest.cc | 50 // Tests if opacity and transform are reset when only show animation is 53 // transform shouldn't matter in case of ANIMATE_SHOW, but we reset them 69 EXPECT_EQ(gfx::Transform(), window->layer()->transform()); 78 // Tests if opacity and transform are reset when only hide animation is 79 // enabled. Hide animation changes opacity and transform in addition to 81 // and transform to show the window. 91 EXPECT_EQ(gfx::Transform(), window->layer()->transform()); 102 EXPECT_EQ(gfx::Transform(), window->layer()->transform()) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_vs_state.c | 57 if (brw->vs.prog_data->nr_params == 0 && !ctx->Transform.ClipPlanesEnabled) { 79 if (ctx->Transform.ClipPlanesEnabled != 0 && !uses_clip_distance) { 82 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
|
/external/skia/src/gpu/gl/ |
GrGLProgramEffects.h | 193 * Helper for setData(). Sets all the transform matrices for an effect. 197 struct Transform { 198 Transform() { fCurrentValue = SkMatrix::InvalidMatrix(); } 204 SkTArray<SkSTArray<2, Transform, true> > fTransforms; 269 * Helper for emitEffect(). Allocates texture units from the builder for each transform in an 282 * Helper for setData(). Sets the TexGen state for each transform in an effect.
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.h | 34 #include "Transform.h" 115 const Transform& getTransform() const { return mGlobalTransform; } 205 int w, int h, Transform* tr); 215 Transform mGlobalTransform;
|
/external/chromium_org/content/browser/android/ |
edge_effect.cc | 78 gfx::Transform ComputeTransform(EdgeEffect::Edge edge, 83 return gfx::Transform(1, 0, 0, 1, 0, 0); 85 return gfx::Transform(0, 1, -1, 0, 89 return gfx::Transform(-1, 0, 0, -1, 0, size.height() - height); 91 return gfx::Transform(0, -1, 1, 0, 100 layer->SetTransform(gfx::Transform());
|
/external/chromium_org/ash/rotator/ |
screen_rotation.cc | 11 #include "ui/gfx/transform.h" 44 // No rotation required, use the identity transform. 47 new ui::InterpolatedConstantTransform(gfx::Transform())); 51 // Use the target transform/bounds in case the layer is already animating. 52 const gfx::Transform& current_transform = layer->GetTargetTransform(); 117 target->transform = interpolated_transform_->Interpolate(1.0); 128 properties.insert(ui::LayerAnimationElement::TRANSFORM);
|
/external/chromium_org/cc/animation/ |
layer_animation_controller.h | 18 #include "ui/gfx/transform.h" 22 class Transform; 147 void NotifyObserversTransformAnimated(const gfx::Transform& transform);
|
/external/chromium_org/cc/output/ |
direct_renderer.cc | 18 #include "ui/gfx/transform.h" 20 static gfx::Transform OrthoProjectionMatrix(float left, 28 gfx::Transform proj; 43 static gfx::Transform window_matrix(int x, int y, int width, int height) { 44 gfx::Transform canvas; 74 void DirectRenderer::QuadRectTransform(gfx::Transform* quad_rect_transform, 75 const gfx::Transform& quad_transform, 258 gfx::Transform inverse_transform(gfx::Transform::kSkipInitialization); 261 // Only intersect inverse-projected damage if the transform is invertible [all...] |
output_surface.h | 27 class Transform; 185 void SetExternalDrawConstraints(const gfx::Transform& transform,
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_program.c | 91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { 93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; 94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; 95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; 96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; 147 !ctx->Transform.DepthClamp ); 156 !ctx->Transform.DepthClamp ); 167 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled || 446 /* We need the exact same transform as in the fixed function path here
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingVolume.java | 111 * <code>transform</code> alters the location of the bounding volume by a
115 * the transform to affect the bound.
118 public final BoundingVolume transform(Transform trans) {
method in class:BoundingVolume 119 return transform(trans, null);
124 * <code>transform</code> alters the location of the bounding volume by a
128 * the transform to affect the bound.
133 public abstract BoundingVolume transform(Transform trans, BoundingVolume store);
method in class:BoundingVolume 135 public abstract BoundingVolume transform(Matrix4f trans, BoundingVolume store); method in class:BoundingVolume [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { 93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; 94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; 95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; 96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; 147 !ctx->Transform.DepthClamp ); 156 !ctx->Transform.DepthClamp ); 167 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled || 446 /* We need the exact same transform as in the fixed function path here
|
/external/chromium_org/cc/layers/ |
delegated_renderer_layer_impl_unittest.cc | 29 #include "ui/gfx/transform.h" 87 gfx::Transform transform; local 88 transform.Translate(1.0, 1.0); 89 delegated_renderer_layer->SetTransform(transform); 95 gfx::Transform(1, 0, 0, 1, 5, 6)); 100 gfx::Transform(1, 0, 0, 1, 7, 8)); 106 gfx::Transform(1, 0, 0, 1, 9, 10)); 243 // has a translation transform of 1,1. So its root RenderPass' quads should 247 gfx::Transform transform local 283 gfx::Transform transform; local 470 gfx::Transform transform; local 507 gfx::Transform transform; local [all...] |
heads_up_display_layer.cc | 30 gfx::Transform matrix;
|
/external/chromium_org/ash/wm/ |
window_animations_unittest.cc | 134 gfx::Transform grow_transform; 138 // New layer animates in to the identity transform. 140 EXPECT_EQ(gfx::Transform(), window->layer()->GetTargetTransform()); 156 gfx::Transform shrink_transform; 160 // New layer animates in to the identity transform. 162 EXPECT_EQ(gfx::Transform(), window->layer()->GetTargetTransform());
|
/external/chromium_org/cc/quads/ |
shared_quad_state.cc | 30 void SharedQuadState::SetAll(const gfx::Transform& content_to_target_transform, 48 value->Set("transform",
|
/external/chromium_org/cc/test/ |
animation_test_common.cc | 81 Animation::Transform)); 151 gfx::Transform FakeTransformTransition::GetValue(double time) const { 152 return gfx::Transform(); 198 const gfx::Transform& transform) { 199 transform_ = transform;
|
render_pass_test_common.cc | 18 #include "ui/gfx/transform.h" 80 shared_state->SetAll(gfx::Transform(), 154 gfx::Transform()); 181 gfx::Transform rotation; 196 shared_state->SetAll(gfx::Transform(),
|
/external/chromium_org/content/browser/web_contents/aura/ |
window_slider.cc | 149 gfx::Transform transform; local 150 transform.Translate(translate, 0); 151 translate_layer->SetTransform(transform); 174 gfx::Transform transform; local 175 transform.Translate(delta_x_ < 0 ? 0 : width, 0); 176 sliding->SetTransform(transform); 201 gfx::Transform transform; local [all...] |
/external/chromium_org/courgette/ |
patcher_x86_32.h | 45 Status Transform(SourceStreamSet* corrected_parameters,
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGraphicsElement.h | 64 DECLARE_ANIMATED_TRANSFORM_LIST(Transform, transform)
|
/external/chromium_org/ui/aura/ |
root_window.h | 30 #include "ui/gfx/transform.h" 34 class Transform; 213 gfx::Transform GetRootTransform() const; 215 void SetTransform(const gfx::Transform& transform); 231 // Updates the event with the appropriate transform for the device scale 265 // transform and insets. 345 gfx::Transform GetInverseRootTransform() const;
|