Lines Matching refs:fPos

194             double fPos,  in createRun()  argument
204 const bool bCreateStartPad(fPos < 0.0 && Spread_pad == getSpreadMethod()); in createRun()
210 …const SvgGradientEntry aTemp(bCreateStartPad ? fPos : 0.0, rStart.getColor(), rStart.getOpacity()); in createRun()
213 fPos = rStart.getOffset(); in createRun()
216 while(fPos < 1.0 && nIndex + 1 < nCount) in createRun()
222 fPos = rCandidateB.getOffset(); in createRun()
226 const bool bCreateEndPad(fPos < fMax && Spread_pad == getSpreadMethod()); in createRun()
231 fPos = bCreateEndPad ? fMax : 1.0; in createRun()
232 const SvgGradientEntry aTemp(fPos, rEnd.getColor(), rEnd.getOpacity()); in createRun()
240 fPos = fMax; in createRun()
243 return fPos; in createRun()
476 …double fPos(createRun(aTargetColor, aTargetOpacity, aUnitRange.getMinX(), aUnitRange.getMaxX(), ge… in create2DDecomposition() local
478 if(fPos < aUnitRange.getMaxX()) in create2DDecomposition()
500 fPos = 0.0; in create2DDecomposition()
503 while(fPos > aUnitRange.getMinX()) in create2DDecomposition()
505 fPos -= 1.0; in create2DDecomposition()
514 aTransform.translate(fPos + 1.0, 0.0); in create2DDecomposition()
518 aTransform.translate(fPos, 0.0); in create2DDecomposition()
530 fPos = 1.0; in create2DDecomposition()
533 while(fPos < aUnitRange.getMaxX()) in create2DDecomposition()
541 aTransform.translate(fPos + 1.0, 0.0); in create2DDecomposition()
545 aTransform.translate(fPos, 0.0); in create2DDecomposition()
555 fPos += 1.0; in create2DDecomposition()
821 … double fPos(createRun(aTargetColor, aTargetOpacity, 0.0, fMax, getGradientEntries(), 0)); in create2DDecomposition() local
823 if(fPos < fMax) in create2DDecomposition()
831 while(fPos < fMax) in create2DDecomposition()
845 fPos += 1.0; in create2DDecomposition()