Lines Matching refs:pPointSequence

3836             const com::sun::star::awt::Point* pPointSequence = rPointSequenceSource.getConstArray();  in UnoPolygonBezierCoordsToB2DPolygon()  local
3840 B2DPoint aNewCoordinatePair(pPointSequence->X, pPointSequence->Y); pPointSequence++; in UnoPolygonBezierCoordsToB2DPolygon()
3859 aNewCoordinatePair = B2DPoint(pPointSequence->X, pPointSequence->Y); in UnoPolygonBezierCoordsToB2DPolygon()
3861 pPointSequence++; pFlagSequence++; b++; in UnoPolygonBezierCoordsToB2DPolygon()
3869 aNewCoordinatePair = B2DPoint(pPointSequence->X, pPointSequence->Y); in UnoPolygonBezierCoordsToB2DPolygon()
3871 pPointSequence++; pFlagSequence++; b++; in UnoPolygonBezierCoordsToB2DPolygon()
3880 aNewCoordinatePair = B2DPoint(pPointSequence->X, pPointSequence->Y); in UnoPolygonBezierCoordsToB2DPolygon()
3882 pPointSequence++; pFlagSequence++; b++; in UnoPolygonBezierCoordsToB2DPolygon()
4036 … com::sun::star::awt::Point* pPointSequence = rPointSequenceRetval.getArray(); in B2DPolygonToUnoPolygonBezierCoords() local
4041 *pPointSequence = aCollectPoints[a]; in B2DPolygonToUnoPolygonBezierCoords()
4043 pPointSequence++; in B2DPolygonToUnoPolygonBezierCoords()
4056 … com::sun::star::awt::Point* pPointSequence = rPointSequenceRetval.getArray(); in B2DPolygonToUnoPolygonBezierCoords() local
4066 *pPointSequence = aAPIPoint; in B2DPolygonToUnoPolygonBezierCoords()
4068 pPointSequence++; in B2DPolygonToUnoPolygonBezierCoords()
4075 *pPointSequence = *rPointSequenceRetval.getConstArray(); in B2DPolygonToUnoPolygonBezierCoords()