Searched refs:reflowdCount (Results 1 – 1 of 1) sorted by relevance
1462 int reflowdCount = m_pReflowedPage->m_pReflowed->GetSize(); in ProcessTextObject() local1463 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()