Searched refs:mfSegmentStartPosition (Results 1 – 1 of 1) sorted by relevance
57 double mfSegmentStartPosition; member in svgio::svgreader::pathTextBreakupHelper118 … while(mfSegmentStartPosition + mfCurrentSegmentLength < fNewPosition && mnIndex < mnMaxIndex) in advanceToPosition()120 mfSegmentStartPosition += mfCurrentSegmentLength; in advanceToPosition()155 mfSegmentStartPosition(0.0) in pathTextBreakupHelper()204 … aPosition = maCurrentSegment.getStartPoint() + (aTangent * (mfPosition - mfSegmentStartPosition)); in allowChange()211 … aPosition = maCurrentSegment.getEndPoint() + (aTangent * (mfPosition - mfSegmentStartPosition)); in allowChange()216 double fBezierDistance(mfPosition - mfSegmentStartPosition); in allowChange()
Completed in 14 milliseconds