Searched refs:fPreAvarageSpaceValue (Results 1 – 2 of 2) sorted by relevance
222 double fPreAvarageSpaceValue= 0.0; in processGlyphLine() local243 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[all …]
113 void processGlyph( double fPreAvarageSpaceValue,
Completed in 18 milliseconds