Searched defs:GetTransform (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/host/
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();
/external/pdfium/core/src/fxge/Microsoft SDK/include/
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 DGdiPlusPen.h249 Status GetTransform(OUT Matrix* matrix) const function in class:Pen
H A DGdiPlusGraphics.h343 Status GetTransform(OUT Matrix* matrix) const function in class:Graphics
H A DGdiPlusPath.h1586 Status GetTransform(OUT Matrix *matrix) const function in class:PathGradientBrush
/external/chromium_org/ui/views/
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());

Completed in 183 milliseconds