Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dprofiler.cxx42 , mpEnd( NULL ) in TTProfiler()
52 mpEnd = new ProfileSnapshot; in TTProfiler()
53 mpEnd->pSysdepProfileSnapshot = NewSysdepSnapshotData(); in TTProfiler()
68 if ( mpEnd ) in ~TTProfiler()
70 if ( mpEnd->pSysdepProfileSnapshot ) in ~TTProfiler()
71 DeleteSysdepSnapshotData( mpEnd->pSysdepProfileSnapshot ); in ~TTProfiler()
72 delete mpEnd; in ~TTProfiler()
73 mpEnd = NULL; in ~TTProfiler()
133 aProfileString += GetProfileLine( mpStart, mpEnd ); in GetProfileLine()
144 GetProfileSnapshot( mpEnd ); in EndProfileInterval()
[all …]
H A Dprofiler.hxx86 ProfileSnapshot *mpEnd; member in TTProfiler
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx48 const B2DPoint* mpEnd; member in basegfx::trapezoidhelper::TrDeSimpleEdge
56 mpEnd(pEnd) in TrDeSimpleEdge()
62 const B2DPoint& getEnd() const { return *mpEnd; } in getEnd()
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()
132 OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)"); in setStart()
141 if(mpEnd != pNewEnd) in setEnd()
[all …]

Completed in 27 milliseconds