Home | History | Annotate | Download | only in fde

Lines Matching refs:tr

61   FX_TXTRUN tr;
62 tr.pAccess = m_pPage;
63 tr.pIdentity = &piece;
64 tr.iLength = nLength;
65 tr.pFont = pTextParams->pFont;
66 tr.fFontSize = pTextParams->fFontSize;
67 tr.dwStyles = dwLayoutStyle;
68 tr.iCharRotation = pTextParams->nCharRotation;
69 tr.dwCharStyles = piece.dwCharStyles;
70 tr.pRect = &piece.rtPiece;
71 tr.wLineBreakChar = pTextParams->wLineBreakChar;
72 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms);
84 FX_TXTRUN tr;
85 tr.pAccess = m_pPage;
86 tr.pIdentity = pPiece;
87 tr.iLength = pPiece->nCount;
88 tr.pFont = pTextParams->pFont;
89 tr.fFontSize = pTextParams->fFontSize;
90 tr.dwStyles = dwLayoutStyle;
91 tr.iCharRotation = pTextParams->nCharRotation;
92 tr.dwCharStyles = pPiece->dwCharStyles;
93 tr.pRect = &pPiece->rtPiece;
94 tr.wLineBreakChar = pTextParams->wLineBreakChar;
95 return pEngine->GetTextBreak()->GetCharRects(&tr, bBBox);