Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp36 bool CPDF_Path::IsRect() const { in IsRect() function in CPDF_Path
/external/pdfium/core/fxge/
Dcfx_pathdata.cpp429 bool CFX_PathData::IsRect() const { in IsRect() function in CFX_PathData
456 bool CFX_PathData::IsRect(const CFX_Matrix* pMatrix, in IsRect() function in CFX_PathData
/external/skia/src/core/
DSkRasterClip.h35 enum class IsRect : bool { kNo = false, kYes = true }; enum