{
iLeftMax , iLeftMin , iTopMax , iTopMin, true, true, false, false, NULL, mskTopLeft, hitTopLeft,
iLeftMax , iLeftMin , iBottomMax , iBottomMin, true, false, false, true, NULL, mskBottomLeft, hitBottomLeft,
iRightMax , iRightMin , iTopMax , iTopMin, false, true, true, false, NULL, mskTopRight, hitTopRight,
iRightMax , iRightMin , iBottomMax , iBottomMin, false, false, true, true, NULL, mskBottomRight, hitBottomRight,
iLeftMax , iLeftMin , iHeightMidMax , iHeightMidMin, true, false, false, false, NULL, mskMiddleLeft, hitMiddleLeft,
iRightMax , iRightMin , iHeightMidMax , iHeightMidMin, false, false, true, false, NULL, mskMiddleRight, hitMiddleRight,
iTopMax , iTopMin , iWidthMidMin , iWidthMidMax, false, true, false, false, NULL, mskMiddleTop, hitMiddleTop,
iBottomMax , iBottomMin , iWidthMidMin , iWidthMidMax, false, false, false, true, NULL, mskMiddleBottom, hitMiddleBottom,
iLeftMax , iRightMax , iTopMax , iTopMin, true, true, true, true, NULL, mskTop, hitTop,
iLeftMax , iRightMax , iBottomMax , iBottomMin, true, true, true, true, NULL, mskBottom, hitBottom,
iTopMax , iBottomMax , iLeftMin , iLeftMax, true, true, true, true, NULL, mskLeft, hitLeft,
iTopMax , iBottomMax , iRightMin , iRightMax, true, true, true, true, NULL, mskRight, hitRight,
iLeftMax , iRightMax , iTopMax , iBottomMax, true, true, true, true, NULL, mskMiddle, hitMiddle
}