Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h95 FX_BOOL IsRect() const in IsRect() function
97 return m_pObject->IsRect(); in IsRect()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp505 FX_BOOL CFX_PathData::IsRect() const in IsRect() function in CFX_PathData
529 FX_BOOL CFX_PathData::IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* pRect) const in IsRect() function in CFX_PathData
532 if (!IsRect()) { in IsRect()
Dfx_ge_device.cpp159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h198 FX_BOOL IsRect() const;
202 FX_BOOL IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* rect) const;
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp225 if (path.IsRect()) { in OutputPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp797 pPathData->IsRect()) ) { in DrawPath()
883 if (pPathData->IsRect(pMatrix, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp307 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp142 if (old_path.IsRect()) { in AppendPath()
Dfpdf_page_parser_old.cpp1116 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) { in Continue()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp329 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()