Searched defs:nEndH (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp525 int32_t nEndH = 0; local
546 nEndH = std::max(nEndH, maxH);
556 if ((nEndH - nStartH) < nDoubleLineHeight)
559 const FX_FLOAT nSumH = MaskPercentFilled(nHorizontalMask, nStartH, nEndH);

Completed in 235 milliseconds