Home
last modified time | relevance | path

Searched refs:ME_SetZoom (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/riched20/
H A Deditor.h219 BOOL ME_SetZoom(ME_TextEditor *editor, int numerator, int denominator) DECLSPEC_HIDDEN;
H A Dpaint.c1373 ME_SetZoom(ME_TextEditor *editor, int numerator, int denominator) in ME_SetZoom() function
H A Deditor.c4426 return ME_SetZoom(editor, wParam, lParam); in ME_HandleMessage()
4708 ME_SetZoom(editor, numerator, 100); in ME_HandleMessage()