Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp905 std::vector<CFX_RectF> rects = GetCharRects(*start_it); in GetIndexForPoint()
935 std::vector<CFX_RectF> CFDE_TextEditEngine::GetCharRects( in GetCharRects() function in CFDE_TextEditEngine
949 return text_break_.GetCharRects(&tr, false); in GetCharRects()
1079 return {it->nBidiLevel, GetCharRects(*it)[start_idx - it->nStart]}; in GetCharacterInfo()
1101 std::vector<CFX_RectF> arr = GetCharRects(*it); in GetCharacterRectsInRange()
Dcfde_texteditengine.h194 std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE& piece);
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h69 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,
Dcfx_txtbreak.cpp899 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun, in GetCharRects() function in CFX_TxtBreak