HomeSort by relevance Sort by last modified time
    Searched refs:m_Path (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 21 Directory::m_Path.assign(pName);
23 if (!Directory::m_Path.empty())
24 m_bInSysroot = (Directory::m_Path.native()[0] == '=');
26 Directory::m_Path.m_append_separator_if_needed();
28 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
35 Directory::m_Path.assign(pName);
37 if (!Directory::m_Path.empty())
38 m_bInSysroot = (Directory::m_Path.native()[0] == '=');
40 Directory::m_Path.m_append_separator_if_needed()
    [all...]
Input.cpp 22 m_Path(),
34 m_Path(),
49 m_Path(pPath),
65 m_Path(pPath),
CommandAction.cpp 27 : InputAction(pPosition), m_Path(pPath) {
32 : InputAction(pPosition), m_Path(pPath) {
82 : InputAction(pPosition), m_Path(pPath) {
  /frameworks/compile/mclinker/lib/Script/
SearchDirCmd.cpp 21 : ScriptCommand(ScriptCommand::SEARCH_DIR), m_Path(pPath) {
28 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
32 pModule.getScript().directories().insert(m_Path);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 35 : m_Path(),
44 : m_Path(pPath),
50 if (m_Path == dot_path)
51 detail::get_pwd(m_Path);
52 m_Path.m_append_separator_if_needed();
61 : m_Path(pCopy.m_Path),
79 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
89 m_Path = pPath;
90 if (m_Path == dot_path
    [all...]
FileHandle.cpp 30 : m_Path(),
91 m_Path = pPath;
137 m_Path.native().clear();
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 14 m_Path = pSrcObj->m_Path;
31 if (m_Path.IsNull()) {
37 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit);
39 rect = m_Path.GetBoundingBox();
  /frameworks/compile/mclinker/include/mcld/Script/
SearchDirCmd.h 38 std::string m_Path;
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 67 const sys::fs::Path& path() const { return m_Path; }
69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
112 sys::fs::Path m_Path;
CommandAction.h 34 const sys::fs::Path& path() const { return m_Path; }
39 sys::fs::Path m_Path;
63 const sys::fs::Path& path() const { return m_Path; }
68 sys::fs::Path m_Path;
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 78 const Path& path() const { return m_Path; }
90 mcld::sys::fs::Path m_Path;
FileHandle.h 94 const sys::fs::Path& path() const { return m_Path; }
121 sys::fs::Path m_Path;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 629 CPDF_Path m_Path;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 698 path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, textobj->m_Top);
731 path.m_Path.New()->Append(pPath, &matrix);
fpdf_render.cpp 545 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, FillType, 0, NULL, m_curBlend);
709 return m_pDevice->SetClip_PathStroke(pPathObj->m_Path, &path_matrix, &graphState);
715 return m_pDevice->SetClip_PathFill(pPathObj->m_Path, &path_matrix, fill_mode);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 359 CPDF_PathData *pPathData = pPathObject->m_Path.GetModify();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 403 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify();

Completed in 784 milliseconds