Home
last modified time | relevance | path

Searched refs:reflowdCount (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1462 int reflowdCount = m_pReflowedPage->m_pReflowed->GetSize(); in ProcessTextObject() local
1463 int pos = reflowdCount + f - count; in ProcessTextObject()
1466 … Transform(&matrix, m_pReflowedPage->m_pReflowed, pos, reflowdCount - pos); in ProcessTextObject()
1467 for(int j = pos; j < reflowdCount; j++) { in ProcessTextObject()