Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp7914 leftpoint2.x=x0+doc_x+0.5*leftBorderwidth; in DrawBorder()
7915 leftpoint2.y=doc_y+y0+0.5*topBorderwidth; in DrawBorder()
7949 … for(int i=0;i<=(leftpoint2.y-leftpoint1.y)/(leftpoint2.y-leftpoint1.y>2?3:2);i++) in DrawBorder()
7952 … for(int i=0;i<=(leftpoint3.y-leftpoint2.y)/(leftpoint3.y-leftpoint2.y>2?3:2);i++) in DrawBorder()
7961 … {drawbuf.FillRect(leftpoint2.x+i*leftrate, leftpoint2.y+i, rightpoint2.x-i*rightrate+1, in DrawBorder()
7979 … {drawbuf.FillRect(leftpoint2.x+i*leftrate, leftpoint2.y+i, rightpoint2.x-i*rightrate+1, in DrawBorder()
8125 leftpoint2.x=x0+doc_x+0.5*leftBorderwidth; in DrawBorder()
8153 … for(int i=0;i<=(leftpoint1.y-leftpoint2.y)/(leftpoint1.y-leftpoint2.y>2?3:2);i++) in DrawBorder()
8156 … for(int i=0;i<=(leftpoint2.y-leftpoint3.y)/(leftpoint2.y-leftpoint3.y>2?3:2);i++) in DrawBorder()
8165 … {drawbuf.FillRect(leftpoint2.x+i*leftrate, leftpoint2.y-i, rightpoint2.x-i*rightrate+1, in DrawBorder()
[all …]