Home | History | Annotate | Download | only in pdfium

Lines Matching refs:Area

322 // Set the destination page size and content area in points based on source
328 // |content_rect| has the actual destination page printable area values in
349 // |content_rect| specifies the printable area of the destination page, with
403 // |content_rect| specifies the printable area of the destination page, with
425 // |content_rect| specifies the printable area of the destination page, with
1277 PDFiumPage::Area PDFiumEngine::GetCharIndex(
1288 PDFiumPage::Area PDFiumEngine::GetCharIndex(
1325 PDFiumPage::Area area = GetCharIndex(event, &page_index,
1327 mouse_down_state_.Set(area, target);
1331 if (area == PDFiumPage::WEBLINK_AREA)
1334 if (area == PDFiumPage::DOCLINK_AREA) {
1358 if (area != PDFiumPage::TEXT_AREA)
1411 PDFiumPage::Area area =
1415 if (mouse_down_state_.Matches(area, target)) {
1416 if (area == PDFiumPage::WEBLINK_AREA) {
1443 PDFiumPage::Area area =
1448 if (!mouse_down_state_.Matches(area, target))
1453 switch (area) {
1505 if (area != PDFiumPage::TEXT_AREA && area != PDFiumPage::WEBLINK_AREA &&
1506 area != PDFiumPage::DOCLINK_AREA) {
1512 // Check if the user has descreased their selection area and we need to remove
1929 PDFiumPage::Area area = GetCharIndex(point_in_page, &temp, &temp, &target);
1930 if (area == PDFiumPage::WEBLINK_AREA)
2299 // outside page area.
2762 const PDFiumPage::Area& area,
2764 : area_(area), target_(target) {
2770 void PDFiumEngine::MouseDownState::Set(const PDFiumPage::Area& area,
2772 area_ = area;
2782 const PDFiumPage::Area& area,
2784 if (area_ == area) {
2785 if (area == PDFiumPage::WEBLINK_AREA)
2787 if (area == PDFiumPage::DOCLINK_AREA)