Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvdocview.cpp7210 lvRect authorRc(rc); in LVDrawBookCover() local
7213 authorRc.top += rc.height() * 1 / 20; in LVDrawBookCover()
7214 authorRc.bottom = authorRc.top + rc.height() * 2 / 10; in LVDrawBookCover()
7215 …matter authorFmt(authors, fontFace, false, false, authorColor, authorRc.width(), authorRc.height()… in LVDrawBookCover()
7216 authorFmt.draw(buf, authorRc, 0, 0); in LVDrawBookCover()
7218 authorRc.bottom = authorRc.top; in LVDrawBookCover()