/external/pdfium/core/fxge/ |
D | cfx_defaultrenderdevice_unittest.cpp | 20 EXPECT_EQ(FX_RECT(0, 0, 16, 16), device.GetClipBox()); in TEST() 38 EXPECT_EQ(FX_RECT(5, 1, 13, 13), device.GetClipBox()); in TEST() 56 EXPECT_EQ(FX_RECT(4, 0, 14, 14), device.GetClipBox()); in TEST() 65 EXPECT_EQ(FX_RECT(2, 4, 14, 12), device.GetClipBox()); in TEST() 74 EXPECT_TRUE(device.GetClipBox().IsEmpty()); in TEST()
|
D | renderdevicedriver_iface.h | 86 virtual FX_RECT GetClipBox() const = 0;
|
D | cfx_renderdevice.h | 70 const FX_RECT& GetClipBox() const { return m_ClipBox; } in GetClipBox() function
|
D | cfx_renderdevice.cpp | 522 m_ClipBox = m_pDeviceDriver->GetClipBox(); in InitDeviceInfo() 600 m_ClipBox = m_pDeviceDriver->GetClipBox(); in UpdateClipBox()
|
/external/pdfium/core/fxge/win32/ |
D | cps_printer_driver.cpp | 154 FX_RECT CPSPrinterDriver::GetClipBox() const { in GetClipBox() function in CPSPrinterDriver 155 return m_PSRenderer.GetClipBox(); in GetClipBox()
|
D | cgdi_device_driver.h | 46 FX_RECT GetClipBox() const override;
|
D | cps_printer_driver.h | 46 FX_RECT GetClipBox() const override;
|
D | ctext_only_printer_driver.h | 38 FX_RECT GetClipBox() const override;
|
D | ctext_only_printer_driver.cpp | 97 FX_RECT CTextOnlyPrinterDriver::GetClipBox() const { in GetClipBox() function in CTextOnlyPrinterDriver
|
D | cfx_psrenderer.h | 72 FX_RECT GetClipBox() const { return m_ClipBox; } in GetClipBox() function
|
D | cgdi_device_driver.cpp | 550 FX_RECT CGdiDeviceDriver::GetClipBox() const { in GetClipBox() function in CGdiDeviceDriver 552 if (::GetClipBox(m_hDC, reinterpret_cast<RECT*>(&rect))) { in GetClipBox()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_shadingobject.cpp | 57 SetRect(clip_path().GetClipBox()); in CalcBoundingBox()
|
D | cpdf_clippath.h | 43 CFX_FloatRect GetClipBox() const;
|
D | cpdf_clippath.cpp | 41 CFX_FloatRect CPDF_ClipPath::GetClipBox() const { in GetClipBox() function in CPDF_ClipPath
|
D | cpdf_streamcontentparser.cpp | 1120 pObj->clip_path().HasRef() ? pObj->clip_path().GetClipBox() : m_BBox; in Handle_ShadeFill()
|
/external/pdfium/core/fxge/agg/ |
D | cfx_agg_devicedriver.h | 62 FX_RECT GetClipBox() const override;
|
D | cfx_agg_devicedriver.cpp | 1193 FX_RECT clip_rect = GetClipBox(); in FillRect() 1219 FX_RECT CFX_AggDeviceDriver::GetClipBox() const { in GetClipBox() function in pdfium::CFX_AggDeviceDriver
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_progressiverenderer.cpp | 64 CFX_FloatRect(m_pDevice->GetClipBox())); in Continue()
|
D | cpdf_imagerenderer.cpp | 243 rect.Intersect(m_pRenderStatus->GetRenderDevice()->GetClipBox()); in GetDrawRect() 460 FX_RECT clip_box = m_pRenderStatus->GetRenderDevice()->GetClipBox(); in StartDIBBaseFallback() 504 FX_RECT clip_box = m_pRenderStatus->GetRenderDevice()->GetClipBox(); in StartDIBBaseFallback()
|
D | cpdf_renderstatus.cpp | 212 CFX_FloatRect(m_pDevice->GetClipBox())); in RenderObjectList() 292 rect.Intersect(m_pDevice->GetClipBox()); in GetObjectClippedRect() 644 rect.Intersect(m_pDevice->GetClipBox()); in ProcessTransparency() 729 bbox.Intersect(m_pDevice->GetClipBox()); in GetClippedBBox() 1176 FX_RECT clip_box = m_pDevice->GetClipBox(); in DrawTilingPattern() 1296 rect.Intersect(m_pDevice->GetClipBox()); in CompositeDIBitmap()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 67 FX_RECT GetClipBox() const override;
|
D | fx_skia_device.cpp | 129 FX_RECT clip_box = driver->GetClipBox(); in DebugShowCanvasClip() 1345 FX_RECT CFX_SkiaDeviceDriver::GetClipBox() const { in GetClipBox() function in CFX_SkiaDeviceDriver
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.cpp | 194 FX_RECT r = m_renderDevice->GetClipBox(); in GetClipRect()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Graphics/Gdi/ |
D | mod.rs | 269 ….dll" "system" #[doc = "Required features: `\"Win32_Foundation\"`"] fn GetClipBox(hdc : HDC, lprec…
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Graphics/Gdi/ |
D | mod.rs | 269 ….dll" "system" #[doc = "Required features: `\"Win32_Foundation\"`"] fn GetClipBox(hdc : HDC, lprec…
|