Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp10045 int caption_max_width = 0; in getRenderedWidths() local
10116 if ( _maxw > caption_max_width ) in getRenderedWidths()
10117 caption_max_width = _maxw; in getRenderedWidths()
10228 if ( _maxWidth < caption_max_width ) in getRenderedWidths()
10229 _maxWidth = caption_max_width; in getRenderedWidths()