Searched refs:GetTransform (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ash/host/
H A Droot_window_transformer.h26 virtual gfx::Transform GetTransform() const = 0;
H A Dtransformer_helper.cc30 virtual gfx::Transform GetTransform() const OVERRIDE { return transform_; }
82 window->SetTransform(transformer_->GetTransform());
89 gfx::Transform TransformerHelper::GetTransform() const { function in class:ash::TransformerHelper
94 transform *= transformer_->GetTransform();
H A Dtransformer_helper.h38 gfx::Transform GetTransform() const;
H A Dash_remote_window_tree_host_win.cc41 return transformer_helper_.GetTransform();
H A Dash_window_tree_host_ozone.cc79 return transformer_helper_.GetTransform();
H A Dash_window_tree_host_win.cc93 return transformer_helper_.GetTransform();
H A Dash_window_tree_host_x11.cc148 return transformer_helper_.GetTransform();
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc145 virtual gfx::Transform GetTransform() const OVERRIDE {
241 virtual gfx::Transform GetTransform() const OVERRIDE {
/external/chromium_org/ui/views/
H A Dview_unittest.cc1641 gfx::Transform transform(v1->GetTransform());
1664 transform = v2->GetTransform();
1694 transform = v1->GetTransform();
1700 transform = v2->GetTransform();
1731 transform = v3->GetTransform();
1743 transform = v2->GetTransform();
2972 EXPECT_EQ(2.0f, view->GetTransform().matrix().get(0, 0));
2975 EXPECT_EQ(2.0f, view->GetTransform().matrix().get(0, 0));
2978 EXPECT_EQ(2.0f, view->GetTransform().matrix().get(0, 0));
2988 EXPECT_EQ(2.0f, view->GetTransform()
[all...]
H A Dview.cc339 transform.ConcatTransform(view->GetTransform());
449 gfx::Transform View::GetTransform() const { function in class:views::View
737 GetTransform().TransformRect(&x_rect);
795 canvas->Transform(GetTransform());
1660 if (!GetTransform().IsIdentity() &&
1661 gfx::DecomposeTransform(&decomp, GetTransform())) {
2083 transform->ConcatTransform(p->GetTransform());
H A Dview.h304 gfx::Transform GetTransform() const;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPen.h249 Status GetTransform(OUT Matrix* matrix) const function in class:Pen
H A DGdiPlusBrush.h356 Status GetTransform(OUT Matrix* matrix) const function in class:TextureBrush
784 Status GetTransform(OUT Matrix *matrix) const function in class:LinearGradientBrush
H A DGdiPlusPath.h1586 Status GetTransform(OUT Matrix *matrix) const function in class:PathGradientBrush
H A DGdiPlusGraphics.h343 Status GetTransform(OUT Matrix* matrix) const function in class:Graphics

Completed in 198 milliseconds