Searched refs:P0 (Results 1 – 5 of 5) sorted by relevance
51 Sequence< double > P0; member100 P0.realloc(3); in GridLinePoints()108 P0[0]=P1[0]=P2[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MinX : MaxX; in GridLinePoints()109 P0[1]=P1[1]=P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MinY : MaxY; in GridLinePoints()110 P0[2]=P1[2]=P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MinZ : MaxZ; in GridLinePoints()114 P0[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()121 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()128 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()133 P0=P1; in GridLinePoints()142 P0[m_nDimensionIndex] = P1[m_nDimensionIndex] = P2[m_nDimensionIndex] = fScaledTickValue; in update()[all …]
865 ::basegfx::B2DPoint P0,P1,P2,P3; in getCircularArcBezierCoords()881 P0.setX(fCos); in getCircularArcBezierCoords()883 P0.setY(-fSin); in getCircularArcBezierCoords()884 P3.setY(-P0.getY()); in getCircularArcBezierCoords()898 P0 = rTransformationFromUnitCircle*(aStart*P0); in getCircularArcBezierCoords()903 aPoints[nPoint].X = static_cast< sal_Int32 >( P0.getX()); in getCircularArcBezierCoords()904 aPoints[nPoint].Y = static_cast< sal_Int32 >( P0.getY()); in getCircularArcBezierCoords()
732 Point P0(-32768,-32768); in CalcSpline() local742 if (i==0 || Pt!=P0) { in CalcSpline()746 P0=Pt; in CalcSpline()
28 void P0( void ); // 0 Parameter
866 Point P0; in ReadBox() local873 P0 = ReadPoint(); in ReadBox()875 P0 = aAttr.aCurPos; in ReadBox()881 Rectangle aBoxRect( P0, aAttr.aCurPos ); in ReadBox()
Completed in 81 milliseconds