Searched refs:nLineW (Results 1 – 2 of 2) sorted by relevance
1872 long nLineW = rTopLine.GetWidth(); in lcl_VertLineEnds() local1873 if (nLineW >= 2) in lcl_VertLineEnds()1878 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds()1888 long nLineW = rBottomLine.GetWidth(); in lcl_VertLineEnds() local1889 if (nLineW >= 2) in lcl_VertLineEnds()1894 aTriangle[2] = Point( rBottom.X(), nBotPos - (nLineW - 1) / 2 + nLineW - 1 ); in lcl_VertLineEnds()
1334 long nLineW = rTopLine.GetWidth(); in lcl_VertLineEnds() local1335 if (nLineW >= 2) in lcl_VertLineEnds()1340 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds()1350 long nLineW = rBottomLine.GetWidth(); in lcl_VertLineEnds() local1351 if (nLineW >= 2) in lcl_VertLineEnds()1356 aTriangle[2] = Point( rBottom.X(), nBotPos - (nLineW - 1) / 2 + nLineW - 1 ); in lcl_VertLineEnds()
Completed in 36 milliseconds