Searched refs:CreateMatrix (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/graphics/wx/ |
D | TransformationMatrixWx.cpp | 46 wxGraphicsMatrix matrix = renderer->CreateMatrix(a(), b(), c(), d(), e(), f()); in operator wxGraphicsMatrix() 55 wxGraphicsMatrix matrix = renderer->CreateMatrix(a(), b(), c(), d(), e(), f()); in operator wxGraphicsMatrix()
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | d3d.h | 136 STDMETHOD(CreateMatrix) (THIS_ LPD3DMATRIXHANDLE) PURE; in DECLARE_INTERFACE_() local 161 #define IDirect3DDevice_CreateMatrix(p, a) (p)->lpVtbl->CreateMatrix(p, a)
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | D3D.H | 136 STDMETHOD(CreateMatrix) (THIS_ LPD3DMATRIXHANDLE) PURE; in DECLARE_INTERFACE_() local 161 #define IDirect3DDevice_CreateMatrix(p, a) (p)->lpVtbl->CreateMatrix(p, a)
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 37260 The ref data is not properly set unless we use the CreateMatrix function.
|