Home
last modified time | relevance | path

Searched refs:fAvarageDiffCharSpaceValue (Results 1 – 1 of 1) sorted by path

/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx223 double fAvarageDiffCharSpaceValue= 0.0; in processGlyphLine() local
290 fAvarageDiffCharSpaceValue+=temp; in processGlyphLine()
306 ( nDiffSpaceCount>0 )&&(fAvarageDiffCharSpaceValue>0) in processGlyphLine()
309 fAvarageDiffCharSpaceValue= fAvarageDiffCharSpaceValue/ nDiffSpaceCount; in processGlyphLine()
370 ( fPrevDiffCharSpace<=fAvarageDiffCharSpaceValue )&& in processGlyphLine()
371 ( fPostDiffCharSpace<=fAvarageDiffCharSpaceValue ) in processGlyphLine()

Completed in 10 milliseconds