Home
last modified time | relevance | path

Searched refs:SetClip_Rect (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp53 pContext->m_pDevice->SetClip_Rect(clipping_rect); in RenderPageImpl()
Dfpdf_formfill.cpp206 pDevice->SetClip_Rect(rect); in FFLCommon()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h77 bool SetClip_Rect(const FX_RECT& pRect);
Dcfx_renderdevice.cpp488 bool CFX_RenderDevice::SetClip_Rect(const FX_RECT& rect) { in SetClip_Rect() function in CFX_RenderDevice
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp198 m_renderDevice->SetClip_Rect( in SetClipRect()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp299 device->SetClip_Rect(rtClip.GetOuterRect()); in DrawLogicText()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp574 pFxDevice->SetClip_Rect(rtClip.GetOuterRect()); in DrawString()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp449 pRenderDev->SetClip_Rect(clipRect.GetOuterRect()); in RenderText()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp479 pDevice->SetClip_Rect(mtUser2Device.TransformRect(rcClip).ToFxRect()); in DrawEdit()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp571 m_pDevice->SetClip_Rect(pPageObj->GetTransformedBBox(mtObj2Device)); in ClipPattern()