Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (richedit) |
| | WINE_DECLARE_DEBUG_CHANNEL (richedit_check) |
| | WINE_DECLARE_DEBUG_CHANNEL (richedit_lists) |
| int | ME_CanJoinRuns (const ME_Run *run1, const ME_Run *run2) |
| void | ME_SkipAndPropagateCharOffset (ME_DisplayItem *p, int shift) |
| void | ME_PropagateCharOffset (ME_DisplayItem *p, int shift) |
| void | ME_CheckCharOffsets (ME_TextEditor *editor) |
| int | ME_CharOfsFromRunOfs (ME_TextEditor *editor, const ME_DisplayItem *pPara, const ME_DisplayItem *pRun, int nOfs) |
| void | ME_CursorFromCharOfs (ME_TextEditor *editor, int nCharOfs, ME_Cursor *pCursor) |
| void | ME_RunOfsFromCharOfs (ME_TextEditor *editor, int nCharOfs, ME_DisplayItem **ppPara, ME_DisplayItem **ppRun, int *pOfs) |
| void | ME_JoinRuns (ME_TextEditor *editor, ME_DisplayItem *p) |
| ME_DisplayItem * | ME_SplitRun (ME_WrapContext *wc, ME_DisplayItem *item, int nVChar) |
| ME_DisplayItem * | ME_SplitRunSimple (ME_TextEditor *editor, ME_Cursor *cursor) |
| ME_DisplayItem * | ME_MakeRun (ME_Style *s, ME_String *strData, int nFlags) |
| ME_DisplayItem * | ME_InsertRunAtCursor (ME_TextEditor *editor, ME_Cursor *cursor, ME_Style *style, const WCHAR *str, int len, int flags) |
| void | ME_UpdateRunFlags (ME_TextEditor *editor, ME_Run *run) |
| int | ME_CharFromPoint (ME_Context *c, int cx, ME_Run *run) |
| int | ME_CharFromPointCursor (ME_TextEditor *editor, int cx, ME_Run *run) |
| static void | ME_GetTextExtent (ME_Context *c, LPCWSTR szText, int nChars, ME_Style *s, SIZE *size) |
| int | ME_PointFromChar (ME_TextEditor *editor, ME_Run *pRun, int nOffset) |
| static SIZE | ME_GetRunSizeCommon (ME_Context *c, const ME_Paragraph *para, ME_Run *run, int nLen, int startx, int *pAscent, int *pDescent) |
| SIZE | ME_GetRunSize (ME_Context *c, const ME_Paragraph *para, ME_Run *run, int nLen, int startx) |
| void | ME_CalcRunExtent (ME_Context *c, const ME_Paragraph *para, int startx, ME_Run *run) |
| void | ME_SetSelectionCharFormat (ME_TextEditor *editor, CHARFORMAT2W *pFmt) |
| void | ME_SetCharFormat (ME_TextEditor *editor, ME_Cursor *start, ME_Cursor *end, CHARFORMAT2W *pFmt) |
| void | ME_SetDefaultCharFormat (ME_TextEditor *editor, CHARFORMAT2W *mod) |
| static void | ME_GetRunCharFormat (ME_TextEditor *editor, ME_DisplayItem *run, CHARFORMAT2W *pFmt) |
| void | ME_GetDefaultCharFormat (ME_TextEditor *editor, CHARFORMAT2W *pFmt) |
| void | ME_GetSelectionCharFormat (ME_TextEditor *editor, CHARFORMAT2W *pFmt) |
| void | ME_GetCharFormat (ME_TextEditor *editor, const ME_Cursor *from, const ME_Cursor *to, CHARFORMAT2W *pFmt) |