Searched refs:totalNumberAttachments (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/ogl/
H A Ddivided.cpp180 int totalNumberAttachments = (GetRegions().GetCount() * 2) + 2; local
181 if ((GetAttachmentMode() == ATTACHMENT_MODE_NONE) || (attachment >= totalNumberAttachments))
243 int i = (isLeft) ? (totalNumberAttachments - attachment - 1) : (attachment-1);
310 int totalNumberAttachments = (GetRegions().GetCount() * 2) + 2; local
311 if (attachment >= totalNumberAttachments)

Completed in 35 milliseconds