Searched refs:aU (Results 1 – 3 of 3) sorted by relevance
589 const DXFVector & aU = pE->aP1; in CalcBoundingBox() local590 DXFVector aV(-aU.fy*pE->fRatio, aU.fx*pE->fRatio, 0.0); in CalcBoundingBox()591 double fRx = sqrt(aU.fx*aU.fx + aV.fx*aV.fx); in CalcBoundingBox()592 double fRy = sqrt(aU.fy*aU.fy + aV.fy*aV.fy); in CalcBoundingBox()
955 const DXFVector & aU = rE.aP1; in DrawEllipseEntity() local956 DXFVector aV(-aU.fy * rE.fRatio, aU.fx * rE.fRatio, 0.0); in DrawEllipseEntity()968 rTransform.Transform( rE.aP0 + aU*cos(t) + aV*sin(t), aPoly[i] ); in DrawEllipseEntity()
219 String aU = pFuncData->GetUpperName(); in dbg_call_generateMappingODFF() local221 i, out(aL), out(aL), out(aP), out(aU)); in dbg_call_generateMappingODFF()