Searched refs:fDotCompVal (Results 1 – 1 of 1) sorted by relevance
809 double fDotCompVal(fLineWidth != 0.0 ? fLineWidth : SMALLEST_DASH_WIDTH); in CreateDotDashArray() local825 if(fSingleDashLen < fDotCompVal) in CreateDotDashArray()827 fSingleDashLen = fDotCompVal; in CreateDotDashArray()845 if(fSingleDotLen < fDotCompVal) in CreateDotDashArray()847 fSingleDotLen = fDotCompVal; in CreateDotDashArray()865 if(fDashDotDistance < fDotCompVal) in CreateDotDashArray()867 fDashDotDistance = fDotCompVal; in CreateDotDashArray()
Completed in 32 milliseconds