Lines Matching refs:fPreAvarageSpaceValue
222 double fPreAvarageSpaceValue= 0.0; in processGlyphLine() local
243 fPreAvarageSpaceValue+= m_GlyphsList[i].getPrevGlyphsSpace(); in processGlyphLine()
249 fPreAvarageSpaceValue= fPreAvarageSpaceValue/( nSpaceCount ); in processGlyphLine()
257 ( fPreAvarageSpaceValue>m_GlyphsList[i+1].getPrevGlyphsSpace()) in processGlyphLine()
267 ( fNullSpaceBreakerAvaregeSpaceValue < fPreAvarageSpaceValue ) in processGlyphLine()
270 fPreAvarageSpaceValue = fNullSpaceBreakerAvaregeSpaceValue; in processGlyphLine()
279 ( m_GlyphsList[i].getPrevGlyphsSpace() <= fPreAvarageSpaceValue )&& in processGlyphLine()
280 ( m_GlyphsList[i+1].getPrevGlyphsSpace()<= fPreAvarageSpaceValue ) in processGlyphLine()
369 ( ( m_GlyphsList[i].getPrevGlyphsSpace()<= fPreAvarageSpaceValue )&& in processGlyphLine()
409 void PDFIProcessor::processGlyph( double fPreAvarageSpaceValue, in processGlyph() argument
418 bool flag=( 0 < fPreAvarageSpaceValue ); in processGlyph()