OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttp
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
839
CFX_RTFPiece&
ttp
= pCurPieces->GetAt(tpo.index);
local
840
ttp
.m_iStartPos = iStartPos;
841
iStartPos +=
ttp
.m_iWidth;
857
CFX_RTFPiece&
ttp
= pCurPieces->GetAt(tpo.index);
local
859
iNetWidth =
ttp
.GetEndPos();
861
FX_BOOL bArabic = FX_IsOdd(
ttp
.m_iBidiLevel);
862
j = bArabic ? 0 :
ttp
.m_iChars - 1;
863
while (j > -1 && j <
ttp
.m_iChars) {
864
const CFX_RTFChar& tc =
ttp
.GetChar(j);
900
CFX_RTFPiece&
ttp
= pCurPieces->GetAt(tpo.index);
local
929
CFX_RTFPiece&
ttp
= pCurPieces->GetAt(i);
local
[
all
...]
fx_textbreak.cpp
795
CFX_TxtPiece&
ttp
= pCurPieces->GetAt(tpo.index);
local
796
ttp
.m_iStartPos = iStartPos;
797
iStartPos +=
ttp
.m_iWidth;
800
CFX_TxtPiece&
ttp
= pCurPieces->GetAt(j);
local
801
ttp
.m_dwStatus = dwStatus;
833
CFX_TxtPiece&
ttp
= pCurPieces->GetAt(tpo.index);
local
835
iNetWidth =
ttp
.GetEndPos();
837
FX_BOOL bArabic = FX_IsOdd(
ttp
.m_iBidiLevel);
838
j = bArabic ? 0 :
ttp
.m_iChars - 1;
839
while (j > -1 && j <
ttp
.m_iChars) {
876
CFX_TxtPiece&
ttp
= pCurPieces->GetAt(tpo.index);
local
905
CFX_TxtPiece&
ttp
= pCurPieces->GetAt(i);
local
[
all
...]
Completed in 514 milliseconds