Home
last modified time | relevance | path

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

/aoo42x/main/automation/source/server/
H A Dprofiler.cxx41 : mpStart( NULL ) in TTProfiler()
50 mpStart = new ProfileSnapshot; in TTProfiler()
51 mpStart->pSysdepProfileSnapshot = NewSysdepSnapshotData(); in TTProfiler()
61 if ( mpStart ) in ~TTProfiler()
63 if ( mpStart->pSysdepProfileSnapshot ) in ~TTProfiler()
64 DeleteSysdepSnapshotData( mpStart->pSysdepProfileSnapshot ); in ~TTProfiler()
65 delete mpStart; in ~TTProfiler()
66 mpStart = NULL; in ~TTProfiler()
98 GetProfileSnapshot( mpStart ); in StartProfileInterval()
133 aProfileString += GetProfileLine( mpStart, mpEnd ); in GetProfileLine()
[all …]
H A Dprofiler.hxx85 ProfileSnapshot *mpStart; member in TTProfiler
/aoo42x/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx47 const B2DPoint* mpStart; member in basegfx::trapezoidhelper::TrDeSimpleEdge
55 : mpStart(pStart), in TrDeSimpleEdge()
61 const B2DPoint& getStart() const { return *mpStart; } in getStart()
84 double getDeltaX() const { return mpEnd->getX() - mpStart->getX(); } in getDeltaX()
85 double getDeltaY() const { return mpEnd->getY() - mpStart->getY(); } in getDeltaY()
113 if(mpEnd->getY() < mpStart->getY()) in TrDeEdgeEntry()
115 std::swap(mpStart, mpEnd); in TrDeEdgeEntry()
119 OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)"); in TrDeEdgeEntry()
127 if(mpStart != pNewStart) in setStart()
129 mpStart = pNewStart; in setStart()
[all …]

Completed in 21 milliseconds