Searched refs:GetCharRects (Results 1 – 4 of 4) sorted by relevance
73 std::vector<CFX_RectF> GetCharRects(const Run* pTxtRun, bool bCharBBox) const;
914 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const Run* pTxtRun, in GetCharRects() function in CFX_TxtBreak
975 std::vector<CFX_RectF> rects = GetCharRects(*start_it); in GetIndexForPoint()1036 std::vector<CFX_RectF> CFDE_TextEditEngine::GetCharRects( in GetCharRects() function in CFDE_TextEditEngine1050 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()
198 std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE& piece);