Home
last modified time | relevance | path

Searched refs:ydiv (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp539 FX_FLOAT ydiv = -rcCell.Height() * 1000.0f / rcBBox.Height(); in GetCharArrayAutoFontSize() local
541 return xdiv < ydiv ? xdiv : ydiv; in GetCharArrayAutoFontSize()