Searched refs:GetCharRects (Results 1 – 4 of 4) sorted by relevance
905 std::vector<CFX_RectF> rects = GetCharRects(*start_it); in GetIndexForPoint()935 std::vector<CFX_RectF> CFDE_TextEditEngine::GetCharRects( in GetCharRects() function in CFDE_TextEditEngine949 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()
194 std::vector<CFX_RectF> GetCharRects(const FDE_TEXTEDITPIECE& piece);
69 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,
899 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun, in GetCharRects() function in CFX_TxtBreak