Home
last modified time | relevance | path

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

/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx93 const Gdiplus::Rect& canvas, const Gdiplus::Rect& thumbnail_border, const Gdiplus::Rect& signet) in CalcSignetPosition() argument
97 int hoffset = canvas.GetRight() - thumbnail_border.GetRight(); in CalcSignetPosition()
98 int voffset = canvas.GetBottom() - thumbnail_border.GetBottom(); in CalcSignetPosition()
102 x = thumbnail_border.GetRight() - signet.GetRight() + min(signet.GetRight() / 2, hoffset); in CalcSignetPosition()
103 y = thumbnail_border.GetBottom() - signet.GetBottom(); in CalcSignetPosition()
107 x = thumbnail_border.GetRight() - signet.GetRight(); in CalcSignetPosition()
108 y = thumbnail_border.GetBottom() - signet.GetBottom() + min(signet.GetBottom() / 2, voffset); in CalcSignetPosition()

Completed in 14 milliseconds