HomeSort by relevance Sort by last modified time
    Searched refs:TRANSFORM (Results 1 - 25 of 27) sorted by null

1 2

  /external/pixman/test/
rotate-test.c 26 #define TRANSFORM(v00, v01, v10, v11) \
35 TRANSFORM (0, -1, 1, 0), /* wrong 90 degree rotation */
36 TRANSFORM (0, 1, -1, 0), /* wrong 270 degree rotation */
37 TRANSFORM (1, 0, 0, 1), /* wrong identity */
38 TRANSFORM (-1, 0, 0, -1), /* wrong 180 degree rotation */
39 TRANSFORM (0, -F1, F1, 0), /* correct 90 degree rotation */
40 TRANSFORM (0, F1, -F1, 0), /* correct 270 degree rotation */
41 TRANSFORM (F1, 0, 0, F1), /* correct identity */
42 TRANSFORM (-F1, 0, 0, -F1), /* correct 180 degree rotation */
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterParameter.h 49 TRANSFORM
CustomFilterTransformParameter.h 76 void applyTransform(TransformationMatrix& transform, const FloatSize& boxSize) const
79 m_operations.at(i)->apply(transform, boxSize);
87 : CustomFilterParameter(TRANSFORM, name)
CustomFilterRenderer.cpp 190 // Note that the origin (0, 0) of the viewport is in the middle of the context, so there's no need to change the origin of the transform
220 case CustomFilterParameter::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/ash/wm/
workspace_controller.cc 115 ui::LayerAnimationElement::TRANSFORM,
124 viewport_->layer()->SetTransform(gfx::Transform());
  /external/chromium_org/ui/app_list/views/
pulsing_block_view.cc 61 transform_properties.insert(ui::LayerAnimationElement::TRANSFORM);
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 177 /** The TRANSFORM text attribute. */
178 public static final TextAttribute TRANSFORM = new TextAttribute("transform");
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 53 TransformTransition(const gfx::Transform& target, base::TimeDelta duration)
71 target->transform = target_;
79 properties.insert(LayerAnimationElement::TRANSFORM);
83 gfx::Transform start_;
84 const gfx::Transform target_;
111 target->transform = interpolated_transform_->Interpolate(1.0f);
119 properties.insert(LayerAnimationElement::TRANSFORM);
502 ThreadedTransformTransition(const gfx::Transform& target,
543 cc::Animation::Transform));
548 target->transform = target_
    [all...]
layer_animation_element.h 17 #include "ui/gfx/transform.h"
30 TRANSFORM = 0,
48 gfx::Transform transform; member in struct:ui::LayerAnimationElement::TargetValue
62 // Creates an element that transitions to the given transform. The caller owns
65 const gfx::Transform& transform,
69 // interpolated transform. The element accepts ownership of the interpolated
70 // transform. NB: at every step, the interpolated transform clobbers th
    [all...]
layer_animation_sequence_unittest.cc 18 #include "ui/gfx/transform.h"
134 gfx::Transform start_transform, target_transform, middle_transform;
187 cc::Animation::Transform,
200 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::TRANSFORM) !=
layer.cc 197 void Layer::SetTransform(const gfx::Transform& transform) {
198 GetAnimator()->SetTransform(transform);
201 gfx::Transform Layer::GetTargetTransform() const {
203 LayerAnimationElement::TRANSFORM)) {
206 return transform();
396 gfx::Transform* transform) const {
399 gfx::Transform translation;
402 // Use target transform so that result will be correct once animation i
615 gfx::Transform transform = this->transform(); local
708 gfx::Transform transform; local
718 gfx::Transform transform; local
928 gfx::Transform Layer::transform() const { function in class:ui::Layer
929 gfx::Transform transform; local
    [all...]
layer_animation_element_unittest.cc 16 #include "ui/gfx/transform.h"
26 gfx::Transform start_transform, target_transform, middle_transform;
65 CheckApproximatelyEqual(target_transform, target_value.transform);
255 properties.insert(LayerAnimationElement::TRANSFORM);
331 // Check that a threaded transform element updates the delegate as expected when
335 gfx::Transform start_transform, target_transform;
layer_animator.cc 111 const gfx::Transform&, TRANSFORM, Transform, gfx::Transform, transform);
735 // the transform and the bounds followed by an element that animates the
736 // bounds), and we're currently animating the transform, we can't start
737 // the first element because it animates the transform, too. We cannot
layer_animator_unittest.cc 23 #include "ui/gfx/transform.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 747 static PassRefPtr<CSSTransformValue> matrixTransformValue(const TransformationMatrix& transform, const RenderStyle* style)
750 if (transform.isAffine()) {
753 transformValue->append(cssValuePool().createValue(transform.a(), CSSPrimitiveValue::CSS_NUMBER));
754 transformValue->append(cssValuePool().createValue(transform.b(), CSSPrimitiveValue::CSS_NUMBER));
755 transformValue->append(cssValuePool().createValue(transform.c(), CSSPrimitiveValue::CSS_NUMBER));
756 transformValue->append(cssValuePool().createValue(transform.d(), CSSPrimitiveValue::CSS_NUMBER));
757 transformValue->append(zoomAdjustedNumberValue(transform.e(), style));
758 transformValue->append(zoomAdjustedNumberValue(transform.f(), style));
762 transformValue->append(cssValuePool().createValue(transform.m11(), CSSPrimitiveValue::CSS_NUMBER));
763 transformValue->append(cssValuePool().createValue(transform.m12(), CSSPrimitiveValue::CSS_NUMBER))
795 TransformationMatrix transform; local
827 TransformationMatrix transform; local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 3074 milliseconds

1 2