Home
last modified time | relevance | path

Searched refs:m_Path (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.cpp39 if (!m_Path.HasRef()) in CalcBoundingBox()
44 rect = m_Path.GetBoundingBox(width, m_GraphState.GetMiterLimit()); in CalcBoundingBox()
46 rect = m_Path.GetBoundingBox(); in CalcBoundingBox()
Dcpdf_pathobject.h45 CPDF_Path& path() { return m_Path; } in path()
46 const CPDF_Path& path() const { return m_Path; } in path()
54 CPDF_Path m_Path; variable
/external/pdfium/core/fxcrt/
Dfx_stream.cpp34 ByteString m_Path; member
140 handle->m_Path = path; in FX_OpenFolder()
166 ByteString fullpath = handle->m_Path + "/" + de->d_name; in FX_GetNextFile()