HomeSort by relevance Sort by last modified time
    Searched refs:GetTransform (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ash/host/
root_window_transformer.h 26 virtual gfx::Transform GetTransform() const = 0;
transformer_helper.cc 30 virtual gfx::Transform GetTransform() const OVERRIDE { return transform_; }
82 window->SetTransform(transformer_->GetTransform());
89 gfx::Transform TransformerHelper::GetTransform() const {
94 transform *= transformer_->GetTransform();
transformer_helper.h 38 gfx::Transform GetTransform() const;
ash_remote_window_tree_host_win.cc 41 return transformer_helper_.GetTransform();
ash_window_tree_host_ozone.cc 79 return transformer_helper_.GetTransform();
ash_window_tree_host_win.cc 93 return transformer_helper_.GetTransform();
ash_window_tree_host_x11.cc 148 return transformer_helper_.GetTransform();
  /external/chromium_org/ash/display/
root_window_transformers.cc 145 virtual gfx::Transform GetTransform() const OVERRIDE {
241 virtual gfx::Transform GetTransform() const OVERRIDE {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBrush.h 356 Status GetTransform(OUT Matrix* matrix) const
784 Status GetTransform(OUT Matrix *matrix) const
GdiPlusPen.h 249 Status GetTransform(OUT Matrix* matrix) const
GdiPlusPath.h     [all...]
GdiPlusGraphics.h 343 Status GetTransform(OUT Matrix* matrix) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 595 STDMETHOD_(void, GetTransform)(D2D1_MATRIX_3X2_F *transform) const PURE;
610 STDMETHOD_(void, GetTransform)(ID2D1Brush *This, D2D1_MATRIX_3X2_F *transform) PURE;
624 #define ID2D1Brush_GetTransform(this,A) (this)->lpVtbl->GetTransform(this,A)
715 #define ID2D1BitmapBrush_GetTransform(this,A) (this)->lpVtbl->Base.GetTransform((ID2D1Brush*)this,A)
759 STDMETHOD_(void, GetTransform)(D2D1_MATRIX_3X2_F *transform) const PURE;
    [all...]
d3dx9core.h 422 STDMETHOD(GetTransform)(THIS_ D3DXMATRIX *transform) PURE;
445 #define ID3DXSprite_GetTransform(p,a) (p)->lpVtbl->GetTransform(p,a)
462 #define ID3DXSprite_GetTransform(p,a) (p)->GetTransform(a)
d3d.h     [all...]
d3d9.h     [all...]
d3d8.h     [all...]
d3drmobj.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 192 Status GetTransform(Matrix *matrix) const
gdiplusbrush.h 291 Status GetTransform(Matrix *matrix) const
gdipluspath.h 814 Status GetTransform(Matrix *matrix) const
  /external/chromium_org/ui/views/
view_unittest.cc     [all...]
view.cc 339 transform.ConcatTransform(view->GetTransform());
449 gfx::Transform View::GetTransform() const {
737 GetTransform().TransformRect(&x_rect);
795 canvas->Transform(GetTransform());
    [all...]
view.h 304 gfx::Transform GetTransform() const;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 1189 milliseconds

1 2