/external/skia/src/sfnt/ |
SkOTTable_glyf.h | 156 union Transform { 181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 201 } transform; member in struct:SkOTTableGlyphData::Composite::Component
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common.cc | 21 #include "ui/gfx/transform.h" 70 const gfx::Transform& transform) { 92 gfx::Transform surface_to_layer(gfx::Transform::kSkipInitialization); 93 if (!transform.GetInverse(&surface_to_layer)) { 109 const gfx::Transform& transform) { 111 MathUtil::MapClippedRect(transform, layer_bound_rect); 113 target_surface_rect, layer_bound_rect, layer_in_surface_space, transform); [all...] |
occlusion_tracker.cc | 58 gfx::Transform inverse_screen_space_transform( 59 gfx::Transform::kSkipInitialization); 72 const gfx::Transform& transform) { 77 // surface after applying |transform|. If this is true, then apply |transform| 78 // to each rect within |region| in order to transform the entire Region. 81 if (!transform.Preserves2dAxisAlignment()) 90 MathUtil::MapQuad(transform, gfx::QuadF(rects.rect()), &clipped); 93 DCHECK(!clipped); // We only map if the transform preserves axis alignment [all...] |
layer_sorter.h | 33 class Transform; 42 LayerShape(float width, float height, const gfx::Transform& draw_transform);
|
occlusion_tracker.h | 52 const gfx::Transform& draw_transform, 62 const gfx::Transform& draw_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); 496 ThreadedTransformTransition(const gfx::Transform& target, 537 cc::Animation::Transform)); 542 target->transform = target_ [all...] |
/external/chromium_org/ui/views/corewm/ |
window_animations.cc | 191 void GetTransformRelativeToRoot(ui::Layer* layer, gfx::Transform* transform) { 195 layer->GetTargetTransformRelativeTo(root, transform); 199 const gfx::Transform& transform) { 200 gfx::Transform in_world = transform; 212 const gfx::Transform& end_transform) { 242 // its visibility to true, and its transform from |start_transform| to 245 const gfx::Transform& start_transform 307 gfx::Transform transform; local 314 gfx::Transform transform; local 398 gfx::Transform transform; local [all...] |
/external/chromium_org/cc/output/ |
renderer_pixeltest.cc | 30 const gfx::Transform transform_to_root_target; 38 const gfx::Transform& transform_to_root_target) { 47 gfx::Transform content_to_target_transform, gfx::Rect rect) { 66 gfx::Transform content_to_target_transform, 200 CreateTestSharedQuadState(gfx::Transform(), rect); 223 CreateTestRenderPass(child_id, small_rect, gfx::Transform()); 226 CreateTestSharedQuadState(gfx::Transform(), small_rect); 234 CreateTestRenderPass(root_id, rect, gfx::Transform()); 237 CreateTestSharedQuadState(gfx::Transform(), rect); 266 CreateTestSharedQuadState(gfx::Transform(), rect) [all...] |
direct_renderer.h | 54 gfx::Transform projection_matrix; 55 gfx::Transform window_matrix; 71 static void QuadRectTransform(gfx::Transform* quad_rect_transform, 72 const gfx::Transform& quad_transform,
|
/external/chromium_org/cc/animation/ |
transform_operations_unittest.cc | 133 to_add->AppendMatrix(gfx::Transform()); 137 to_add->AppendMatrix(gfx::Transform()); 138 to_add->AppendMatrix(gfx::Transform()); 158 gfx::Transform expected; 170 gfx::Transform expected; 181 gfx::Transform expected; 191 gfx::Transform expected; 201 gfx::Transform expected; 210 gfx::Transform expected_matrix; 230 gfx::Transform expected_scale_matrix [all...] |
/external/eigen/Eigen/src/Geometry/ |
RotationBase.h | 48 * This function is added to be conform with the Transform class' naming scheme. 56 inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t) const 57 { return Transform<Scalar,Dim,Isometry>(*this) * t; } 80 friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const Derived& r) 82 Transform<Scalar,Dim,Affine> res(r); 89 inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Options>& t) const 112 typedef Transform<Scalar,Dim,Affine> ReturnType; 177 * Currently toRotationMatrix is only used by Transform. 179 * \sa class Transform, class Rotation2D, class Quaternion, class AngleAxi [all...] |
/external/chromium_org/cc/quads/ |
render_pass.h | 18 #include "ui/gfx/transform.h" 81 const gfx::Transform& transform_to_root_target); 86 const gfx::Transform& transform_to_root_target, 100 gfx::Transform transform_to_root_target;
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
RotationBase.h | 45 inline Transform<Scalar,Dim> operator*(const Translation<Scalar,Dim>& t) const 53 inline Transform<Scalar,Dim> operator*(const Transform<Scalar,Dim>& t) const 98 * Currently ei_toRotationMatrix is only used by Transform. 100 * \sa class Transform, class Rotation2D, class Quaternion, class AngleAxis
|
All.h | 15 #include "Transform.h" 37 #define Transform eigen2_Transform 68 #include "Transform.h" 92 #undef Transform
|
/external/chromium_org/cc/debug/ |
overdraw_metrics.cc | 14 #include "ui/gfx/transform.h" 47 static inline float AreaOfMappedQuad(const gfx::Transform& transform, 51 MathUtil::MapClippedQuad(transform, 71 void OverdrawMetrics::DidUpload(const gfx::Transform& transform_to_target, 105 const gfx::Transform& transform_to_target, 119 void OverdrawMetrics::DidDraw(const gfx::Transform& transform_to_target,
|
/external/chromium_org/cc/test/ |
fake_output_surface_client.h | 32 const gfx::Transform& transform,
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
AffineTransform.h | 47 typedef double Transform[6]; 172 void setMatrix(const Transform m) 175 memcpy(m_transform, m, sizeof(Transform)); 178 Transform m_transform;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
transformadapter.h | 40 // Transform should convert the in_len bytes of input into the out_len-sized 45 // Note: Transform should not return SR_BLOCK, as there is no asynchronous 47 virtual StreamResult Transform(const void * input, size_t * in_len, 63 TransformInterface * transform,
|
/external/chromium_org/ui/aura/test/ |
test_screen.cc | 62 gfx::Transform TestScreen::GetRotationTransform() const { 63 gfx::Transform rotate; 86 gfx::Transform TestScreen::GetUIScaleTransform() const { 87 gfx::Transform ui_scale;
|
/external/chromium_org/ui/gfx/animation/ |
tween.cc | 158 gfx::Transform Tween::TransformValueBetween( 160 const gfx::Transform& start_transform, 161 const gfx::Transform& end_transform) { 167 gfx::Transform to_return = end_transform;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintLocLike.java | 4 import com.jme3.math.Transform;
69 Transform targetTransform = this.target.getTransform();
82 Transform targetTransform = this.target.getTransform();
83 Transform ownerTransform = this.owner.getTransform();
|
ConstraintRotLike.java | 5 import com.jme3.math.Transform;
55 Transform targetTransform = this.target.getTransform();
72 Transform targetTransform = this.target.getTransform();
73 Transform ownerTransform = this.owner.getTransform();
|
ConstraintSizeLike.java | 4 import com.jme3.math.Transform;
60 Transform targetTransform = this.target.getTransform();
74 Transform targetTransform = this.target.getTransform();
75 Transform ownerTransform = this.owner.getTransform();
|
/external/chromium_org/cc/resources/ |
picture_layer_tiling_set.h | 66 const gfx::Transform& last_screen_transform, 67 const gfx::Transform& current_screen_transform,
|
/external/chromium_org/courgette/ |
ensemble.h | 138 // For any transform you would implement both a TransformationPatcher and a 151 // The two final steps are 'Transform' - to transform the element into a new 152 // representation, and to 'Reform' - to transform from the new representation 155 // The Transform step takes some parameters. This allows the transform to be 157 // analysis required to perform the transform. The transform parameters might 158 // be extensive but mostly predicable, so preceeding Transform is a 169 // Second step: predicts transform parameters [all...] |