Searched refs:frtXBottom (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/src/fwl/src/theme/ |
D | formtp.cpp | 435 FX_FLOAT frtXBottom = rtX.bottom(); in DrawCloseBox() local 436 path.AddLine(rtX.left, rtX.top + 1, frtXRight - 1, frtXBottom); in DrawCloseBox() 437 path.AddLine(rtX.left, rtX.top, frtXRight, frtXBottom); in DrawCloseBox() 438 path.AddLine(rtX.left + 1, rtX.top, frtXRight, frtXBottom - 1); in DrawCloseBox() 439 path.AddLine(rtX.left, frtXBottom - 1, frtXRight - 1, rtX.top); in DrawCloseBox() 440 path.AddLine(rtX.left, frtXBottom, frtXRight, rtX.top); in DrawCloseBox() 441 path.AddLine(rtX.left + 1, frtXBottom, frtXRight, rtX.top + 1); in DrawCloseBox()
|