Searched refs:ICON_TRIAN_WIDTH (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Drowdragpl.cpp35 #define ICON_TRIAN_WIDTH 6 macro
943 int xOfs = (inRect.width - ICON_TRIAN_WIDTH)/2;
953 points[1].x = inRect.x + xOfs + ICON_TRIAN_WIDTH/2 + 1;
955 points[2].x = inRect.x + xOfs + ICON_TRIAN_WIDTH+1;
970 int xOfs = (inRect.width - ICON_TRIAN_WIDTH)/2;
980 points[1].x = inRect.x + xOfs + ICON_TRIAN_WIDTH;
982 points[2].x = inRect.x + xOfs + ICON_TRIAN_WIDTH/2;
997 int yOfs = (inRect.height - ICON_TRIAN_WIDTH)/2;
1006 points[0].y = inRect.y + yOfs + ICON_TRIAN_WIDTH;
1010 points[2].y = inRect.y + yOfs + ICON_TRIAN_WIDTH/
[all...]

Completed in 69 milliseconds