Home
last modified time | relevance | path

Searched refs:fPreAvarageSpaceValue (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx222 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
[all …]
H A Dpdfiprocessor.hxx114 void processGlyph( double fPreAvarageSpaceValue,

Completed in 24 milliseconds