_ValidValueAt
if (!_ValidValueAt(x, y))
if (value && _ValidValueAt(i, y))
if (value && _ValidValueAt(x, i))
if (value && _ValidValueAt(partX + offsetX, partY + offsetY))
bool _ValidValueAt(uint32 x, uint32 y) const;