Home
last modified time | relevance | path

Searched defs:IsRect (Results 1 – 2 of 2) sorted by relevance

/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
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h68 FX_BOOL IsRect() const { return m_pObject->IsRect(); } in IsRect() function