Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h97 FX_BOOL IsRect() const in IsRect() function
99 return m_pObject->IsRect(); in IsRect()
/external/pdfium/core/include/fxge/
Dfx_ge.h201 FX_BOOL IsRect() const;
205 FX_BOOL IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* rect) const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp524 FX_BOOL CFX_PathData::IsRect() const in IsRect() function in CFX_PathData
548 FX_BOOL CFX_PathData::IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* pRect) const in IsRect() function in CFX_PathData
551 if (!IsRect()) { in IsRect()
Dfx_ge_device.cpp159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPath()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp227 if (path.IsRect()) { in OutputPath()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_new.cpp754 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) { in Continue()
Dfpdf_page_graph_state.cpp146 if (old_path.IsRect()) { in AppendPath()
Dfpdf_page_parser_old.cpp1112 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) { in Continue()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp786 pPathData->IsRect()) ) { in DrawPath()
872 if (pPathData->IsRect(pMatrix, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp335 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()