HomeSort by relevance Sort by last modified time
    Searched defs:SetTransform (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 378 Status SetTransform(const Matrix *matrix)
582 Status SetTransform(const Matrix *matrix)
gdipluspen.h 305 Status SetTransform(const Matrix *matrix)
gdiplusgraphics.h     [all...]
gdipluspath.h 938 Status SetTransform(const Matrix *matrix)
  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 604 STDMETHOD_(void, SetTransform)(const D2D1_MATRIX_3X2_F *transform) PURE;
608 void SetTransform(const D2D1_MATRIX_3X2_F &transform) {
609 SetTransform(&transform);
619 STDMETHOD_(void, SetTransform)(ID2D1Brush *This, const D2D1_MATRIX_3X2_F *transform) PURE;
633 #define ID2D1Brush_SetTransform(this,A) (this)->lpVtbl->SetTransform(this,A)
747 #define ID2D1BitmapBrush_SetTransform(this,A) (this)->lpVtbl->Base.SetTransform((ID2D1Brush*)(this),A)
    [all...]

Completed in 484 milliseconds