Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (richedit) |
| static ME_DisplayItem * | ME_MakeRow (int height, int baseline, int width) |
| static void | ME_BeginRow (ME_WrapContext *wc) |
| static void | ME_InsertRowStart (ME_WrapContext *wc, const ME_DisplayItem *pEnd) |
| static void | ME_WrapEndParagraph (ME_WrapContext *wc, ME_DisplayItem *p) |
| static void | ME_WrapSizeRun (ME_WrapContext *wc, ME_DisplayItem *p) |
| static ME_DisplayItem * | ME_MaximizeSplit (ME_WrapContext *wc, ME_DisplayItem *p, int i) |
| static ME_DisplayItem * | ME_SplitByBacktracking (ME_WrapContext *wc, ME_DisplayItem *p, int loc) |
| static ME_DisplayItem * | ME_WrapHandleRun (ME_WrapContext *wc, ME_DisplayItem *p) |
| static int | ME_GetParaLineSpace (ME_Context *c, ME_Paragraph *para) |
| static void | ME_PrepareParagraphForWrapping (ME_Context *c, ME_DisplayItem *tp) |
| static void | ME_WrapTextParagraph (ME_Context *c, ME_DisplayItem *tp) |
| static void | ME_MarkRepaintEnd (ME_DisplayItem *para, ME_DisplayItem **repaint_start, ME_DisplayItem **repaint_end) |
| BOOL | ME_WrapMarkedParagraphs (ME_TextEditor *editor) |
| void | ME_InvalidateMarkedParagraphs (ME_TextEditor *editor, ME_DisplayItem *start_para, ME_DisplayItem *end_para) |
| void | ME_SendRequestResize (ME_TextEditor *editor, BOOL force) |