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