OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iEndPos
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
744
int32_t
iEndPos
= m_pCurLine->GetLineEnd();
745
GetBreakPos(m_pCurLine->m_LineChars,
iEndPos
, bAllChars, TRUE);
936
int32_t&
iEndPos
,
945
if (m_bSingleLine || m_bOrphanLine ||
iEndPos
<= m_iBoundaryEnd) {
950
iBreakPos =
iEndPos
;
957
if (
iEndPos
<= m_iBoundaryEnd) {
963
iEndPos
-= iCharWidth;
982
iEndPos
-= iCharWidth;
[
all
...]
fx_textbreak.cpp
708
int32_t
iEndPos
= m_pCurLine->m_iWidth;
709
GetBreakPos(*m_pCurLine->m_pLineChars,
iEndPos
, bAllChars, TRUE);
[
all
...]
Completed in 2961 milliseconds