Searched defs:SetTransform (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_compositor_layer.h179 int32_t (*SetTransform)(PP_Resource layer, const float matrix[16]); member in struct:PPB_CompositorLayer_0_2
253 int32_t (*SetTransform)(PP_Resource layer, const float matrix[16]); member in struct:PPB_CompositorLayer_0_1
/external/chromium_org/ash/host/
H A Dtransformer_helper.cc62 SetTransform(gfx::Transform());
71 void TransformerHelper::SetTransform(const gfx::Transform& transform) { function in class:ash::TransformerHelper
82 window->SetTransform(transformer_->GetTransform());
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_panels.cc35 virtual void SetTransform(
61 void ScopedTransformPanelWindow::SetTransform( function in class:ash::__anon2063::ScopedTransformPanelWindow
65 ScopedTransformOverviewWindow::SetTransform(root_window, transform, animate);
204 (*iter)->SetTransform(root_window, transform, animate);
H A Dscoped_transform_overview_window.cc48 window->SetTransform(transform);
50 window->SetTransform(transform);
197 void ScopedTransformOverviewWindow::SetTransform( function in class:ash::ScopedTransformOverviewWindow
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.cc124 int32_t CompositorLayer::SetTransform(const float matrix[16]) { function in class:pp::CompositorLayer
126 return get_interface<PPB_CompositorLayer_0_2>()->SetTransform(
130 return get_interface<PPB_CompositorLayer_0_1>()->SetTransform(
/external/chromium_org/ppapi/thunk/
H A Dppb_compositor_layer_thunk.cc92 int32_t SetTransform(PP_Resource layer, const float matrix[16]) { function in namespace:ppapi::thunk::__anon10248
93 VLOG(4) << "PPB_CompositorLayer::SetTransform()";
97 return enter.object()->SetTransform(matrix);
138 &SetTransform,
151 &SetTransform,
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc258 int32_t CompositorLayerResource::SetTransform(const float matrix[16]) { function in class:ppapi::proxy::CompositorLayerResource
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBrush.h350 Status SetTransform(IN const Matrix* matrix) function in class:TextureBrush
778 Status SetTransform(IN const Matrix* matrix) function in class:LinearGradientBrush
H A DGdiPlusPen.h243 Status SetTransform(IN const Matrix* matrix) function in class:Pen
H A DGdiPlusGraphics.h298 Status SetTransform(IN const Matrix* matrix) function in class:Graphics
H A DGdiPlusPath.h1592 Status SetTransform(IN const Matrix* matrix) function in class:PathGradientBrush
/external/chromium_org/cc/layers/
H A Dlayer.cc576 void Layer::SetTransform(const gfx::Transform& transform) { function in class:cc::Layer
H A Dlayer_impl.cc757 SetTransform(transform);
1008 void LayerImpl::SetTransform(const gfx::Transform& transform) { function in class:cc::LayerImpl
/external/chromium_org/ui/aura/
H A Dwindow.cc401 void Window::SetTransform(const gfx::Transform& transform) { function in class:aura::Window
409 layer()->SetTransform(transform);
/external/chromium_org/ui/compositor/
H A Dlayer.cc232 void Layer::SetTransform(const gfx::Transform& transform) { function in class:ui::Layer
233 GetAnimator()->SetTransform(transform);
492 new_layer->SetTransform(cc_layer_->transform());
845 cc_layer_->SetTransform(transform);
/external/chromium_org/ui/views/
H A Dview.cc453 void View::SetTransform(const gfx::Transform& transform) { function in class:views::View
456 layer()->SetTransform(transform);
465 layer()->SetTransform(transform);

Completed in 421 milliseconds