ReactOS 0.4.15-dev-6680-g8c76870
|
#include "editor.h"
Go to the source code of this file.
Functions | |
void | ME_InitContext (ME_Context *c, ME_TextEditor *editor, HDC hDC) |
void | ME_DestroyContext (ME_Context *c) |
void ME_DestroyContext | ( | ME_Context * | c | ) |
Definition at line 44 of file context.c.
Referenced by ME_CharFromPoint(), ME_GetCursorCoordinates(), ME_InvalidateParagraphRange(), ME_MakeFirstParagraph(), ME_PaintContent(), ME_PointFromChar(), ME_WrapMarkedParagraphs(), and stream_out_graphics().
void ME_InitContext | ( | ME_Context * | c, |
ME_TextEditor * | editor, | ||
HDC | hDC | ||
) |
Definition at line 23 of file context.c.
Referenced by ME_CharFromPoint(), ME_GetCursorCoordinates(), ME_InvalidateParagraphRange(), ME_MakeFirstParagraph(), ME_PaintContent(), ME_PointFromChar(), ME_WrapMarkedParagraphs(), and stream_out_graphics().