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;
/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.cpp86 if (old_path.IsRect()) { in AppendPath()
Dcpdf_contentparser.cpp204 if (!ClipPath.IsRect() || pObj->IsShading()) in Continue()
/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp409 bool CFX_PathData::IsRect() const { in IsRect() function in CFX_PathData
436 bool CFX_PathData::IsRect(const CFX_Matrix* pMatrix, in IsRect() function in CFX_PathData
439 if (!IsRect()) in IsRect()
Dcfx_renderdevice.cpp507 pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPathWithBlend()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp152 if (pPathObj->m_Path.IsRect()) { in ProcessPath()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp241 if (path.IsRect()) { in OutputPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1022 pPathData->IsRect())) { in DrawPath()
1109 if (pPathData->IsRect(pMatrix, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp558 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1454 if (pPathData->IsRect(deviceMatrix, &rectf)) { in SetClip_PathFill()