Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h73 std::vector<CFX_RectF> GetCharRects(const Run* pTxtRun, bool bCharBBox) const;
Dcfx_txtbreak.cpp914 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const Run* pTxtRun, in GetCharRects() function in CFX_TxtBreak
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp975 std::vector<CFX_RectF> rects = GetCharRects(*start_it); in GetIndexForPoint()
1036 std::vector<CFX_RectF> CFDE_TextEditEngine::GetCharRects( in GetCharRects() function in CFDE_TextEditEngine
1050 return text_break_.GetCharRects(&tr, false); in GetCharRects()
1172 return {it->nBidiLevel, GetCharRects(*it)[start_idx - it->nStart]}; in GetCharacterInfo()
1194 std::vector<CFX_RectF> arr = GetCharRects(*it); in GetCharacterRectsInRange()
Dcfde_texteditengine.h198 std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE& piece);