ReactOS 0.4.15-dev-7958-gcd0bb1a
tagME_WrapContext Struct Reference
Collaboration diagram for tagME_WrapContext:

Public Attributes

ME_Stylestyle
 
ME_Contextcontext
 
int nLeftMargin
 
int nRightMargin
 
int nFirstMargin
 
int nParaNumOffset
 
int nAvailWidth
 
int nRow
 
POINT pt
 
BOOL bOverflown
 
BOOL bWordWrap
 
ME_DisplayItempPara
 
ME_DisplayItempRowStart
 
ME_DisplayItempLastSplittableRun
 

Detailed Description

Definition at line 35 of file wrap.c.

Member Data Documentation

◆ bOverflown

BOOL tagME_WrapContext::bOverflown

Definition at line 45 of file wrap.c.

Referenced by ME_BeginRow(), ME_MaximizeSplit(), ME_SplitByBacktracking(), and ME_WrapHandleRun().

◆ bWordWrap

BOOL tagME_WrapContext::bWordWrap

Definition at line 45 of file wrap.c.

Referenced by ME_BeginRow(), and ME_WrapHandleRun().

◆ context

◆ nAvailWidth

int tagME_WrapContext::nAvailWidth

Definition at line 42 of file wrap.c.

Referenced by ME_BeginRow(), ME_InsertRowStart(), and ME_WrapHandleRun().

◆ nFirstMargin

int tagME_WrapContext::nFirstMargin

◆ nLeftMargin

int tagME_WrapContext::nLeftMargin

◆ nParaNumOffset

int tagME_WrapContext::nParaNumOffset

Definition at line 41 of file wrap.c.

Referenced by ME_InsertRowStart(), and ME_WrapTextParagraph().

◆ nRightMargin

int tagME_WrapContext::nRightMargin

Definition at line 39 of file wrap.c.

Referenced by ME_BeginRow(), ME_InsertRowStart(), and ME_WrapTextParagraph().

◆ nRow

int tagME_WrapContext::nRow

◆ pLastSplittableRun

ME_DisplayItem* tagME_WrapContext::pLastSplittableRun

Definition at line 49 of file wrap.c.

Referenced by ME_BeginRow(), ME_SplitByBacktracking(), and ME_WrapHandleRun().

◆ pPara

◆ pRowStart

◆ pt

◆ style

ME_Style* tagME_WrapContext::style

Definition at line 37 of file wrap.c.

Referenced by ME_WrapTextParagraph().


The documentation for this struct was generated from the following file: