Searched refs:rectArr (Results 1 – 2 of 2) sorted by relevance
67 std::vector<CFX_RectF> rectArr = m_pTextSet->GetCharRects(&piece, bBBox); in GetCharRect() local68 rect = rectArr[nIndex - piece.nStart]; in GetCharRect()108 std::vector<CFX_RectF> rectArr = m_pTextSet->GetCharRects(pPiece, false); in GetCharIndex() local109 int32_t nRtCount = pdfium::CollectionSize<int32_t>(rectArr); in GetCharIndex()111 if (rectArr[j].Contains(ptF)) { in GetCharIndex()128 if (ptF.x > ((rectArr[j].left + rectArr[j].right()) / 2)) { in GetCharIndex()
535 std::vector<CFX_RectF> rectArr; in DrawContent() local545 &rectArr); in DrawContent()549 for (auto& rect : rectArr) { in DrawContent()