Searched refs:GetCharRects (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtpage.cpp | 94 int32_t CFDE_TxtEdtTextSet::GetCharRects(FDE_HVISUALOBJ hText, in GetCharRects() function in CFDE_TxtEdtTextSet 125 return pEngine->GetTextBreak()->GetCharRects(&tr, rtArray, bBBox); in GetCharRects_Impl() 198 m_pTextSet->GetCharRects((FDE_HVISUALOBJ)pPiece, rectArr); in GetCharRect() 248 m_pTextSet->GetCharRects((FDE_HVISUALOBJ)pPiece, rectArr); in GetCharIndex() 333 m_pTextSet->GetCharRects((FDE_HVISUALOBJ)piece, rcArr); in CalcRangeRectArray() 345 m_pTextSet->GetCharRects((FDE_HVISUALOBJ)piece, rcArr); in CalcRangeRectArray()
|
D | fde_txtedtpage.h | 80 virtual int32_t GetCharRects(FDE_HVISUALOBJ hText, CFX_RectFArray& rtArray);
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_psr.h | 45 virtual int32_t GetCharRects(FDE_HVISUALOBJ hText,
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.h | 129 int32_t GetCharRects(FDE_LPTTOPIECE pPiece);
|
D | fde_textout.cpp | 817 int32_t CFDE_TextOut::GetCharRects(FDE_LPTTOPIECE pPiece) { in GetCharRects() function in CFDE_TextOut 821 return m_pTxtBreak->GetCharRects(&tr, m_rectArray); in GetCharRects() 886 int32_t iCount = GetCharRects(pPiece); in DrawLine()
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_tbk.h | 210 virtual int32_t GetCharRects(FX_LPCTXTRUN pTxtRun,
|
D | fx_rbk.h | 224 virtual int32_t GetCharRects(FX_LPCRTFTEXTOBJ pText,
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_textbreak.h | 96 virtual int32_t GetCharRects(FX_LPCTXTRUN pTxtRun,
|
D | fx_rtfbreak.h | 104 int32_t GetCharRects(FX_LPCRTFTEXTOBJ pText,
|
D | fx_textbreak.cpp | 1551 int32_t CFX_TxtBreak::GetCharRects(FX_LPCTXTRUN pTxtRun, in GetCharRects() function in CFX_TxtBreak
|
D | fx_rtfbreak.cpp | 1421 int32_t CFX_RTFBreak::GetCharRects(FX_LPCRTFTEXTOBJ pText, in GetCharRects() function in CFX_RTFBreak
|