Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.h83 FX_BOOL bBBox = FALSE);
102 FX_BOOL bBBox = FALSE) const;
Dfde_txtedtpage.cpp100 FX_BOOL bBBox) { in GetCharRects_Impl() argument
125 return pEngine->GetTextBreak()->GetCharRects(&tr, rtArray, bBBox); in GetCharRects_Impl()
183 FX_BOOL bBBox) const { in GetCharRect()
195 if (bBBox) { in GetCharRect()
196 m_pTextSet->GetCharRects_Impl((FDE_HVISUALOBJ)pPiece, rectArr, bBBox); in GetCharRect()
/external/pdfium/xfa/src/fee/include/
Difde_txtedtpage.h20 FX_BOOL bBBox = FALSE) const = 0;