Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.h53 bool IsRect() const;
59 bool IsRect(const CFX_Matrix* pMatrix, CFX_FloatRect* rect) const;
Dcfx_pathdata.cpp418 bool CFX_PathData::IsRect() const { in IsRect() function in CFX_PathData
445 bool CFX_PathData::IsRect(const CFX_Matrix* pMatrix, in IsRect() function in CFX_PathData
448 if (!IsRect()) in IsRect()
Dcfx_renderdevice.cpp534 pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPathWithBlend()
/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp36 bool CPDF_Path::IsRect() const { in IsRect() function in CPDF_Path
37 return m_Ref.GetObject()->IsRect(); in IsRect()
Dcpdf_path.h34 bool IsRect() const;
Dcpdf_clippath.cpp82 if (old_path.IsRect()) { in AppendPath()
Dcpdf_contentparser.cpp189 if (!ClipPath.IsRect() || pObj->IsShading()) in Continue()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp234 if (path.IsRect()) { in OutputPath()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp216 if (pPathObj->m_Path.IsRect()) { in ProcessPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1011 pPathData->IsRect())) { in DrawPath()
1098 if (pPathData->IsRect(pMatrix, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp958 if (pPathData->IsRect(pMatrix, &rectf)) { in SetClipFill()
1817 if (pPathData->IsRect(deviceMatrix, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1232 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()