Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h68 FX_BOOL IsRect() const { return m_pObject->IsRect(); } in IsRect() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp538 FX_BOOL CFX_PathData::IsRect() const { in IsRect() function in CFX_PathData
565 FX_BOOL CFX_PathData::IsRect(const CFX_Matrix* pMatrix, in IsRect() function in CFX_PathData
568 if (!IsRect()) { in IsRect()
Dfx_ge_device.cpp158 pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h141 FX_BOOL IsRect() const;
148 FX_BOOL IsRect(const CFX_Matrix* pMatrix, CFX_FloatRect* rect) const;
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp232 if (path.IsRect()) { in OutputPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp892 pPathData->IsRect())) { in DrawPath()
982 if (pPathData->IsRect(pMatrix, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp341 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp130 if (old_path.IsRect()) { in AppendPath()
Dfpdf_page_parser_old.cpp1081 if (!ClipPath.IsRect() || pObj->m_Type == PDFPAGE_SHADING) { in Continue()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp326 if (pPathData->IsRect(pObject2Device, &rectf)) { in SetClip_PathFill()