Home | History | Annotate | Download | only in pdfium

Lines Matching full:area

323 // Set the destination page size and content area in points based on source
329 // |content_rect| has the actual destination page printable area values in
350 // |content_rect| specifies the printable area of the destination page, with
404 // |content_rect| specifies the printable area of the destination page, with
426 // |content_rect| specifies the printable area of the destination page, with
1224 PDFiumPage::Area PDFiumEngine::GetCharIndex(
1235 PDFiumPage::Area PDFiumEngine::GetCharIndex(
1272 PDFiumPage::Area area = GetCharIndex(event, &page_index,
1274 if (area == PDFiumPage::WEBLINK_AREA) {
1281 if (area == PDFiumPage::DOCLINK_AREA) {
1305 if (area != PDFiumPage::TEXT_AREA)
1376 PDFiumPage::Area area = GetCharIndex(event, &page_index, &char_index, NULL);
1379 switch (area) {
1431 if (area != PDFiumPage::TEXT_AREA && area != PDFiumPage::WEBLINK_AREA &&
1432 area != PDFiumPage::DOCLINK_AREA) {
1438 // Check if the user has descreased their selection area and we need to remove
1850 PDFiumPage::Area area = GetCharIndex(point, &temp, &temp, &target);
1851 if (area == PDFiumPage::WEBLINK_AREA)
2217 // outside page area.