Searched defs:GetCharRects (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
H A Dcfde_txtedttextset.cpp75 std::vector<CFX_RectF> CFDE_TxtEdtTextSet::GetCharRects( function in class:CFDE_TxtEdtTextSet
95 return pEngine->GetTextBreak()->GetCharRects(&tr, bBBox);
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp746 int32_t CFDE_TextOut::GetCharRects(const FDE_TTOPIECE* pPiece) { function in class:CFDE_TextOut
748 m_rectArray = m_pTxtBreak->GetCharRects(&tr);
810 int32_t iCount = GetCharRects(pPiece);
/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp1516 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun, function in class:CFX_TxtBreak

Completed in 108 milliseconds