Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx57 aMP(0.0, 0.0, 0.0) in DXFTransform()
67 aMP(rShift) in DXFTransform()
78 aMP(rShift) in DXFTransform()
90 aMX(), aMY(), aMZ(), aMP(0.0, 0.0, 0.0) in DXFTransform()
106 aMX(), aMY(), aMZ(), aMP() in DXFTransform()
134 aMP.fx = aV.fx * aMX.fx + aV.fy * aMY.fx + aV.fz * aMZ.fx; in DXFTransform()
135 aMP.fy = aV.fx * aMX.fy + aV.fy * aMY.fy + aV.fz * aMZ.fy; in DXFTransform()
136 aMP.fz = aV.fx * aMX.fz + aV.fy * aMY.fz + aV.fz * aMZ.fz; in DXFTransform()
141 aMX(),aMY(),aMZ(),aMP() in DXFTransform()
146 rT2.Transform(rT1.aMP,aMP); in DXFTransform()
[all …]
H A Ddxfvec.hxx169 DXFVector aMP; member in DXFTransform
/trunk/main/binaryurp/source/
H A Dcache.hxx69 MapPair aMP = map_.insert( MappedType( list_.begin(), 0)); in add() local
70 *pbFound = !aMP.second; in add()
72 if( !aMP.second) { // insertion not needed => found the entry in add()
74 list_.splice( list_.begin(), list_, aMP.first->first); // the found entry is moved to front in add()
75 return aMP.first->second; in add()
87 aMP.first->second = n; in add()

Completed in 21 milliseconds