OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pLastChar
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp
336
CFX_TxtChar*
pLastChar
= (CFX_TxtChar*)GetLastChar(1, FALSE);
337
if (
pLastChar
!= NULL &&
pLastChar
->m_dwStatus < 1) {
338
pLastChar
->m_dwStatus = FX_TXTBREAK_PieceBreak;
351
CFX_Char*
pLastChar
;
361
pLastChar
= GetLastChar(0, FALSE);
362
if (
pLastChar
!= NULL &&
363
(((CFX_TxtChar*)
pLastChar
)->m_dwCharStyles &
367
FX_WCHAR wLast =
pLastChar
->m_wCharCode;
373
if (
pLastChar
->m_wCharCode == 0x0651) {
[
all
...]
fx_rtfbreak.cpp
450
CFX_RTFChar*
pLastChar
= GetLastChar(0);
451
if (
pLastChar
!= NULL &&
pLastChar
->GetCharType() > FX_CHARTYPE_Combination) {
513
CFX_RTFChar*
pLastChar
= NULL;
520
pLastChar
= GetLastChar(1);
521
if (
pLastChar
!= NULL) {
522
iLineWidth -=
pLastChar
->m_iCharWidth;
524
wForm = m_pArabicChar->GetFormChar(
pLastChar
, pPrevChar, pCurChar);
526
pLastChar
->GetCharType() == FX_CHARTYPE_ArabicAlef);
527
int32_t iLastRotation =
pLastChar
->m_nRotation + m_iLineRotation;
[
all
...]
Completed in 553 milliseconds