OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iLastRotation
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp
527
int32_t
iLastRotation
= pLastChar->m_nRotation + m_iLineRotation;
529
iLastRotation
++;
531
if (m_bVertical != FX_IsOdd(
iLastRotation
)) {
[
all
...]
fx_textbreak.cpp
473
int32_t
iLastRotation
= pLastChar->m_nRotation + m_iLineRotation;
475
iLastRotation
++;
477
if (m_bVertical != FX_IsOdd(
iLastRotation
)) {
[
all
...]
Completed in 320 milliseconds