Searched defs:transform (Results 176 - 200 of 452) sorted by relevance

1234567891011>>

/external/skia/src/utils/
H A DSkSHA1.cpp16 static void transform(uint32_t state[5], const uint8_t block[64]);
41 transform(this->state, this->buffer);
48 transform(this->state, &input[inputIndex]);
123 static void transform(uint32_t state[5], const uint8_t block[64]) { function
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc27 #include "ui/gfx/transform.h"
64 gfx::Transform transform; variable
65 transform.Scale(ui_scale, ui_scale);
66 child->SetTransform(transform);
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc23 #include "ui/gfx/transform.h"
24 #include "ui/gfx/transform.h"
37 void RoundNearZero(gfx::Transform* transform) { argument
39 SkMatrix44& matrix = transform->matrix();
50 // precalculating the transform using fixed value.
60 // updating the transform results in incorrectly resizing
61 // the root window. Don't apply the transform unless
103 gfx::Transform transform; local
105 transform.Scale(magnifier_scale, magnifier_scale);
106 transform
114 gfx::Transform transform; local
[all...]
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc151 void AshWindowTreeHostX11::SetRootTransform(const gfx::Transform& transform) { argument
152 transformer_helper_.SetTransform(transform);
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay.cc241 // Ensure transform is correct before beginning animation.
244 gfx::Transform transform; local
245 transform.Translate(
247 overlay_widget_->GetLayer()->SetTransform(transform);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.cc173 gfx::Transform transform; local
174 transform.Translate(layer->bounds().width(), 0.0);
175 layer->SetTransform(transform);
234 gfx::Transform transform; local
235 transform.Translate(bounds.width(), 0.0);
236 new_layer->SetTransform(transform);
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc44 const gfx::Transform& transform,
48 window->SetTransform(transform);
50 window->SetTransform(transform);
55 const gfx::Transform& transform) {
58 result.PreconcatTransform(transform);
65 const gfx::Transform& transform,
67 SetTransformOnWindow(window, transform, animate);
78 transform));
107 gfx::Transform transform; local
189 gfx::Transform transform; local
43 SetTransformOnWindow(aura::Window* window, const gfx::Transform& transform, bool animate) argument
54 TranslateTransformOrigin(const gfx::Vector2d& new_origin, const gfx::Transform& transform) argument
63 SetTransformOnWindowAndAllTransientChildren( aura::Window* window, const gfx::Transform& transform, bool animate) argument
197 SetTransform( aura::Window* root_window, const gfx::Transform& transform, bool animate) argument
242 SetTransformOnWindowAndTransientChildren( const gfx::Transform& transform, bool animate) argument
[all...]
H A Dwindow_grid.cc218 gfx::Transform transform; local
378 // Recompute the transform for the window.
/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc603 gfx::Transform transform; local
604 transform.Translate(size.width(), 0);
605 transform.Rotate(90.0f);
606 root_window->GetHost()->SetRootTransform(transform);
616 transform.TransformPoint(&miss_point);
635 transform.TransformPoint(&hit_point);
/external/chromium_org/athena/wm/
H A Doverview_toolbar.cc20 #include "ui/gfx/transform.h"
201 gfx::Transform transform; local
203 transform.Translate(-kActionButtonImageSize * (kHighlightScale - 1) / 2, 0);
204 transform.Scale(kHighlightScale, kHighlightScale);
206 return transform;
/external/chromium_org/cc/animation/
H A Dtransform_operations.cc290 gfx::Transform transform = Apply(); local
291 if (!gfx::DecomposeTransform(decomposed_transform_.get(), transform))
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer_impl_unittest.cc28 #include "ui/gfx/transform.h"
89 gfx::Transform transform; local
90 transform.Translate(1.0, 1.0);
91 delegated_renderer_layer->SetTransform(transform);
245 // has a translation transform of 1,1. So its root RenderPass' quads should
247 gfx::Transform transform; local
248 transform.Translate(4.0, 4.0);
250 transform, frame.render_passes[3]->quad_list.front()->quadTransform());
283 gfx::Transform transform; local
284 transform
517 gfx::Transform transform; local
1389 gfx::Transform transform; local
[all...]
H A Dlayer_impl_unittest.cc395 EXPECT_TRUE(layer->transform().IsInvertible());
398 gfx::Transform transform; local
399 transform.Scale3d(
401 layer->SetTransform(transform);
402 EXPECT_FALSE(layer->transform().IsInvertible());
405 transform.MakeIdentity();
406 transform.ApplyPerspectiveDepth(SkDoubleToMScalar(100.0));
407 transform.RotateAboutZAxis(75.0);
408 transform.RotateAboutXAxis(32.2);
409 transform
[all...]
H A Dlayer_position_constraint_unittest.cc21 const gfx::Transform& transform,
26 layer->SetTransform(transform);
215 // inherits the container's transform, but the scroll delta that has to be
216 // undone should not be affected by that transform.
278 // Apply child layer transform.
397 rotation_about_z); // child's local transform is inherited
398 // translation because of position occurs before layer's local transform.
401 rotation_about_z); // grand_child's local transform
427 rotation_about_z); // child's local transform is inherited
428 // translation because of position occurs before layer's local transform
20 SetLayerPropertiesForTesting(LayerImpl* layer, const gfx::Transform& transform, const gfx::Point3F& transform_origin, const gfx::PointF& position, const gfx::Size& bounds, bool flatten_transform) argument
[all...]
H A Dvideo_layer_impl.cc139 gfx::Transform transform = draw_transform(); local
145 transform.Rotate(90.0);
146 transform.Translate(0.0, -rotated_size.height());
149 transform.Rotate(180.0);
150 transform.Translate(-rotated_size.width(), -rotated_size.height());
154 transform.Rotate(270.0);
155 transform.Translate(-rotated_size.width(), 0);
162 shared_quad_state->SetAll(transform,
180 occlusion_tracker.GetCurrentOcclusionForLayer(transform)
/external/chromium_org/cc/output/
H A Doutput_surface.cc107 const gfx::Transform& transform,
113 client_->SetExternalDrawConstraints(transform,
106 SetExternalDrawConstraints( const gfx::Transform& transform, const gfx::Rect& viewport, const gfx::Rect& clip, const gfx::Rect& viewport_rect_for_tile_priority, const gfx::Transform& transform_for_tile_priority, bool resourceless_software_draw) argument
/external/chromium_org/cc/test/
H A Danimation_test_common.cc219 const gfx::Transform& transform) {
220 transform_ = transform;
218 OnTransformAnimated( const gfx::Transform& transform) argument
H A Dlayer_tree_json_parser.cc153 double transform[16]; local
155 success &= list->GetDouble(i, &transform[i]);
158 layer_transform.matrix().setColMajord(transform);
/external/chromium_org/cc/trees/
H A Ddamage_tracker_unittest.cc447 // If a layer has a perspective transform that causes w < 0, then not
451 // The transform is constructed so that if w < 0 clipping is not performed,
462 gfx::Transform transform; local
463 transform.Translate3d(500.0, 500.0, 0.0);
464 transform.ApplyPerspectiveDepth(1.0);
465 transform.RotateAboutYAxis(45.0);
466 transform.Translate3d(-50.0, -50.0, 0.0);
472 child->SetTransform(transform);
479 MathUtil::MapQuad(transform, test_quad, &clipped);
884 // An ancestor/owning layer changes that affects the position/transform o
1449 gfx::Transform transform; local
[all...]
H A Dlayer_tree_host_unittest_occlusion.cc88 const gfx::Transform& transform,
95 layer->SetTransform(transform);
86 SetLayerPropertiesForTesting(TestLayer* layer, TestLayer* parent, const gfx::Transform& transform, const gfx::PointF& position, const gfx::Size& bounds, bool opaque) const argument
/external/chromium_org/content/browser/android/
H A Dedge_effect_l.cc235 const gfx::Transform& transform) {
269 offset_transform.ConcatTransform(transform);
234 ApplyToLayers(const gfx::SizeF& size, const gfx::Transform& transform) argument
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc23 #include "ui/gfx/transform.h"
143 void AdjustTransform(gfx::Transform* transform, gfx::Rect viewport) { argument
145 transform->matrix().postTranslate(-viewport.x(), -viewport.y(), 0);
166 const gfx::Transform& transform,
176 InvokeComposite(transform,
197 gfx::Transform transform(gfx::Transform::kSkipInitialization);
198 transform.matrix() = canvas->getTotalMatrix(); // Converts 3x3 matrix to 4x4.
203 // Pass in the cached hw viewport and transform for tile priority to avoid
206 InvokeComposite(transform,
217 const gfx::Transform& transform,
164 DemandDrawHw( gfx::Size surface_size, const gfx::Transform& transform, gfx::Rect viewport, gfx::Rect clip, gfx::Rect viewport_rect_for_tile_priority, const gfx::Transform& transform_for_tile_priority) argument
216 InvokeComposite( const gfx::Transform& transform, gfx::Rect viewport, gfx::Rect clip, gfx::Rect viewport_rect_for_tile_priority, gfx::Transform transform_for_tile_priority, bool hardware_draw) argument
[all...]
/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.cc123 void GestureNavSimple::ApplyEffectsAndDestroy(const gfx::Transform& transform, argument
131 layer->SetTransform(transform);
138 gfx::Transform transform;
139 transform.Translate(arrow_delegate_->left() ? -kArrowWidth : kArrowWidth, 0);
140 ApplyEffectsAndDestroy(transform, kMinOpacity);
148 ApplyEffectsAndDestroy(arrow_->transform(), 0.f);
158 gfx::Transform transform; local
159 transform.Translate(arrow_delegate_->left() ? translate_x : -translate_x,
161 arrow_->SetTransform(transform);
H A Dwindow_slider.cc154 gfx::Transform transform; local
155 transform.Translate(translate, 0);
156 translate_layer->SetTransform(transform);
183 gfx::Transform transform; local
184 transform.Translate(delta_x_ < 0 ? 0 : width, 0);
187 sliding->SetTransform(transform);
202 gfx::Transform transform; local
205 transform.Translate(translate_layer->bounds().width(), 0);
220 translate_layer->SetTransform(transform);
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc211 gfx::OverlayTransform transform,
209 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, gfx::OverlayTransform transform, const gfx::Rect& bounds_rect, const gfx::RectF& crop_rect) argument

Completed in 951 milliseconds

1234567891011>>