HomeSort by relevance Sort by last modified time
    Searched refs:new_rect (Results 1 - 5 of 5) sorted by null

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

Completed in 120 milliseconds