Searched refs:IS_IN_ARRAY (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 Dnewbmpbtn.cpp48 #define IS_IN_ARRAY(x,y) ( (x) < width && (y) < height && (x) >= 0 && (y) >= 0 ) macro
82 if ( IS_IN_ARRAY(x-1,y-1) )
113 if ( IS_IN_ARRAY(x+1,y-1) )
120 while ( IS_IN_ARRAY(x-1,y+1) )
126 if ( IS_IN_ARRAY(x,y+1) )
133 if ( IS_IN_ARRAY(x+1,y) )

Completed in 78 milliseconds