Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_txtedttextset.cpp75 std::vector<CFX_RectF> CFDE_TxtEdtTextSet::GetCharRects( in GetCharRects() function in CFDE_TxtEdtTextSet
95 return pEngine->GetTextBreak()->GetCharRects(&tr, bBBox); in GetCharRects()
Dcfde_txtedtpage.cpp67 std::vector<CFX_RectF> rectArr = m_pTextSet->GetCharRects(&piece, bBBox); in GetCharRect()
108 std::vector<CFX_RectF> rectArr = m_pTextSet->GetCharRects(pPiece, false); in GetCharIndex()
188 std::vector<CFX_RectF> rcArr = m_pTextSet->GetCharRects(&piece, false); in CalcRangeRectArray()
199 std::vector<CFX_RectF> rcArr = m_pTextSet->GetCharRects(&piece, false); in CalcRangeRectArray()
Dcfde_txtedttextset.h34 std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE* pPiece,
Dfde_visualset.h68 virtual std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE* hText,
/external/pdfium/xfa/fde/tto/
Dfde_textout.h149 int32_t GetCharRects(const FDE_TTOPIECE* pPiece);
Dfde_textout.cpp746 int32_t CFDE_TextOut::GetCharRects(const FDE_TTOPIECE* pPiece) { in GetCharRects() function in CFDE_TextOut
748 m_rectArray = m_pTxtBreak->GetCharRects(&tr); in GetCharRects()
810 int32_t iCount = GetCharRects(pPiece); in DrawLine()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.h237 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,
Dfgas_textbreak.cpp1516 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun, in GetCharRects() function in CFX_TxtBreak