OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_iBoundaryEnd
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
21
m_iBoundaryEnd
(2000000),
69
m_iBoundaryEnd
= FXSYS_round(fLineEnd * 20000.0f);
70
m_pCurLine->m_iStart = std::min(m_pCurLine->m_iStart,
m_iBoundaryEnd
);
75
iLinePos = std::min(iLinePos,
m_iBoundaryEnd
);
131
int32_t iLineEnd =
m_iBoundaryEnd
;
157
int32_t iLineEnd =
m_iBoundaryEnd
;
375
m_pCurLine->GetLineEnd() >
m_iBoundaryEnd
+ m_iTolerance) {
432
m_pCurLine->GetLineEnd() >
m_iBoundaryEnd
+ m_iTolerance) {
467
bBreak = (m_pCurLine->GetLineEnd() >
m_iBoundaryEnd
+ m_iTolerance);
564
m_pCurLine->GetLineEnd() >
m_iBoundaryEnd
+ m_iTolerance) {
[
all
...]
fx_rtfbreak.h
118
int32_t
m_iBoundaryEnd
;
Completed in 49 milliseconds