Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp8014bottompoint3=lvPoint(x0+doc_x+fmt.getWidth()-1-rightBorderwidth,doc_y+y0+fmt.getHeight()-1); in DrawBorder() local
8022 bottompoint3.y=y0+doc_y+fmt.getHeight()-1-bottomBorderwidth; in DrawBorder()
8054 drawbuf.FillRect(toppoint3.x+i,toppoint3.y-i*toprate,bottompoint3.x+i+1, in DrawBorder()
8055 bottompoint3.y+i*bottomrate+1, rightBordercolor); in DrawBorder()
8217 bottompoint3=lvPoint(x0+doc_x+leftBorderwidth,doc_y+y0+fmt.getHeight()-1); in DrawBorder() local
8225 bottompoint3.y=y0+doc_y+fmt.getHeight()-1-bottomBorderwidth; in DrawBorder()
8257 drawbuf.FillRect(toppoint3.x-i,toppoint3.y-i*toprate,bottompoint3.x-i+1, in DrawBorder()
8258 bottompoint3.y+i*bottomrate+1,leftBordercolor); in DrawBorder()