Searched refs:MATRIX (Results 1 – 15 of 15) sorted by relevance
/reactos/modules/rosapps/applications/screensavers/matrix/ |
H A D | matrix.c | 14 void DoMatrixMessage(HDC hdc, MATRIX *matrix); 167 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph) in DrawGlyph() 201 void DecodeMatrix(HWND hwnd, MATRIX *matrix) in DecodeMatrix() 222 MATRIX *CreateMatrix(HWND hwnd, int width, int height) in CreateMatrix() 224 MATRIX *matrix; in CreateMatrix() 274 void DestroyMatrix(MATRIX *matrix) in DestroyMatrix() 289 MATRIX *GetMatrix(HWND hwnd) in GetMatrix() 291 return (MATRIX *)GetWindowLongPtr(hwnd, GWLP_USERDATA); in GetMatrix() 294 void SetMatrix(HWND hwnd, MATRIX *matrix) in SetMatrix() 308 MATRIX *matrix = GetMatrix(hwnd); in MatrixWndProc() [all …]
|
H A D | matrix.h | 58 } MATRIX; typedef 61 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph);
|
H A D | message.c | 97 void DrawMatrixMessage(MATRIX *matrix, MATRIX_MESSAGE *msg, HDC hdc) in DrawMatrixMessage() 149 void DoMatrixMessage(HDC hdc, MATRIX *matrix) in DoMatrixMessage()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | xformobj.h | 5 MATRIX *pmx; 23 IN MATRIX *pmx) in XFORMOBJ_vInit() 29 MATRIX*
|
H A D | coord.h | 63 MATRIX *pmx, in XFormToMatrix() 75 const MATRIX *pmx) in MatrixToXForm() 78 XFORMOBJ_vInit(&xo, (MATRIX*)pmx); in MatrixToXForm() 89 MATRIX mx; in InvertXform()
|
H A D | dc.h | 76 MATRIX mxWorldToDevice; 77 MATRIX mxDeviceToWorld; 78 MATRIX mxWorldToPage;
|
H A D | xformobj.c | 161 MATRIX mxTemp; in XFORMOBJ_iSetXform() 216 MATRIX mx; in XFORMOBJ_iCombine() 250 MATRIX mx; in XFORMOBJ_iCombineXform() 671 MATRIX mx; in XFORMOBJ_bApplyXform()
|
H A D | coord.c | 80 const MATRIX gmxIdentity = 136 DC_vGetPageToDevice(PDC pdc, MATRIX *pmx) in DC_vGetPageToDevice() 185 MATRIX mxPageToDevice; in DC_vUpdateWorldToDevice() 232 MATRIX mxDest, mx1, mx2; in GreCombineTransform() 293 MATRIX mxPageToDevice; in NtGdiGetTransform() 466 MATRIX mxSrc; in GreModifyWorldTransform()
|
H A D | dclife.c | 20 const MATRIX gmxWorldToDeviceDefault = 28 const MATRIX gmxDeviceToWorldDefault = 36 const MATRIX gmxWorldToPageDefault =
|
H A D | freetype.c | 351 extern const MATRIX gmxWorldToDeviceDefault; 352 extern const MATRIX gmxWorldToPageDefault; 1130 IntMatrixFromMx(FT_Matrix *pmat, const MATRIX *pmx) in IntMatrixFromMx()
|
H A D | region.c | 3820 MATRIX matrix; in NtGdiExtCreateRegion()
|
/reactos/win32ss/include/ |
H A D | ntgdihdl.h | 331 MATRIX mxWorldToDevice; 332 MATRIX mxDeviceToWorld; 333 MATRIX mxWorldToPage;
|
H A D | ntgdityp.h | 421 } MATRIX, *PMATRIX; typedef
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | coord.c | 15 MatrixToXForm(XFORM *pxform, const MATRIX *pmx) in MatrixToXForm() 48 _In_ MATRIX *pmx, in GdiTransformPoints()
|
/reactos/hal/halx86/legacy/bus/ |
H A D | pci_vendors.ids | 20974 151e MATRIX Corp 26308 4d56 MATRIX VISION GmbH
|