Searched refs:new_rect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfannot_embeddertest.cpp | 390 FS_RECTF new_rect; in TEST_F() local 391 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F() 392 EXPECT_EQ(rect.right, new_rect.right); in TEST_F() 410 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F() 411 EXPECT_EQ(rect.right, new_rect.right); in TEST_F() 584 FS_RECTF new_rect; in TEST_F() local 585 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F() 586 EXPECT_EQ(rect.left, new_rect.left); in TEST_F() 587 EXPECT_EQ(rect.bottom, new_rect.bottom); in TEST_F() 588 EXPECT_EQ(rect.right, new_rect.right); in TEST_F() [all …]
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 86 CFX_FloatRect new_rect = path.GetBoundingBox(); in AppendPath() local 87 if (old_rect.Contains(new_rect)) in AppendPath()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 54 void Add(const CFX_FloatRect& new_rect);
|
D | cpwl_edit_impl.cpp | 203 void CPWL_EditImpl_Refresh::Add(const CFX_FloatRect& new_rect) { in Add() argument 206 if (rect.Contains(new_rect)) in Add() 209 m_RefreshRects.emplace_back(CFX_FloatRect(new_rect)); in Add()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 682 FX_RECT new_rect(0, 0, src_width, src_height); in OutputImage() local 686 OutputImage(pGraphics, pCloned, &new_rect, dest_left, dest_top, dest_width, in OutputImage()
|