HomeSort by relevance Sort by last modified time
    Searched refs:m_Path (Results 1 - 20 of 20) 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 15 m_Path = pSrcObj->m_Path;
29 if (m_Path.IsNull()) {
35 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit);
37 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;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp 28 int32_t iPoints = m_Path.GetPointCount();
32 return m_Path.GetPoints() + iPoints - iCount;
42 int32_t iPoints = m_Path.GetPointCount();
43 m_Path.AddPointCount(iCount);
44 return m_Path.GetPoints() + iPoints;
214 int32_t iCount = pPath->m_Path.GetPointCount();
219 LineTo(pPath->m_Path.GetPointX(0), pPath->m_Path.GetPointY(0));
221 m_Path.Append(&pPath->m_Path, NULL);
    [all...]
fde_geobject.h 52 CFX_PathData m_Path;
fde_gdidevice.cpp 76 Gdiplus::GraphicsPath* pPath = m_pClipPath ? &m_pClipPath->m_Path : NULL;
340 Gdiplus::Status ret = m_pGraphics->DrawPath(pGdiPen, &pGdiPath->m_Path);
458 Gdiplus::Status ret = m_pGraphics->FillPath(pGdiBrush, &pGdiPath->m_Path);
fde_gedevice.cpp 288 return m_pDevice->DrawPath(&pGePath->m_Path, (const CFX_Matrix*)pMatrix,
405 return (this->*gs_FillPath[iType])(pBrush, &pGePath->m_Path, pMatrix);
  /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 502 CPDF_Path m_Path;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 741 path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom,
777 path.m_Path.New()->Append(pPath, &matrix);
fpdf_render.cpp 535 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState,
708 return m_pDevice->SetClip_PathStroke(pPathObj->m_Path, &path_matrix,
715 return m_pDevice->SetClip_PathFill(pPathObj->m_Path, &path_matrix, fill_mode);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 416 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify();

Completed in 6111 milliseconds