ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

run.c File Reference
#include "editor.h"

Go to the source code of this file.

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_DisplayItemME_SplitRun (ME_WrapContext *wc, ME_DisplayItem *item, int nVChar)
ME_DisplayItemME_SplitRunSimple (ME_TextEditor *editor, ME_Cursor *cursor)
ME_DisplayItemME_MakeRun (ME_Style *s, ME_String *strData, int nFlags)
ME_DisplayItemME_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)

Generated on Sat May 26 2012 04:42:41 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.