Home
last modified time | relevance | path

Searched refs:rectArr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_txtedtpage.cpp67 std::vector<CFX_RectF> rectArr = m_pTextSet->GetCharRects(&piece, bBBox); in GetCharRect() local
68 rect = rectArr[nIndex - piece.nStart]; in GetCharRect()
108 std::vector<CFX_RectF> rectArr = m_pTextSet->GetCharRects(pPiece, false); in GetCharIndex() local
109 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()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp535 std::vector<CFX_RectF> rectArr; in DrawContent() local
545 &rectArr); in DrawContent()
549 for (auto& rect : rectArr) { in DrawContent()