Searched refs:PAT_OFFSET (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.cpp31 #define PAT_OFFSET 2 macro
1309 patRect.y = rect.y + PAT_OFFSET;
1310 patRect.width = rect.width - (patRect.x - rect.x) - COLLAPSED_ICON_HEIGHT - PAT_OFFSET;
1311 patRect.height = rect.height - PAT_OFFSET*2;
1336 patRect.y = rect.y + COLLAPSED_ICON_HEIGHT + PAT_OFFSET;
1337 patRect.x = rect.x + PAT_OFFSET;
1338 patRect.width = rect.width - 2*PAT_OFFSET ;
1339 patRect.height = rect.height - triOfs - 2*PAT_OFFSET - COLLAPSED_ICON_HEIGHT;
1367 patRect.x = rect.x + PAT_OFFSET;
1369 patRect.width = rect.width - 2*PAT_OFFSET;
[all...]

Completed in 71 milliseconds