Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp4078 int style_width_px = lengthToPx( style_width, width, em ); in renderBlockElementLegacy() local
4079 … if (style_width_px && style_width_px < width) { // ignore if greater than our given width in renderBlockElementLegacy()
4082 x += (width - style_width_px)/2; in renderBlockElementLegacy()
4085 x += (width - style_width_px); in renderBlockElementLegacy()
4087 width = style_width_px; in renderBlockElementLegacy()